File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.5.1 - 2024-03-15
4+
5+ - Re: [ #147 ] ( https://github.com/supabase-community/supabase-csharp/issues/147 ) - Supports ` Rpc ` specifying a generic
6+ type for its return.
7+
38## 3.5.0 - 2024-01-14
49
510- Re: [ #78 ] ( https://github.com/supabase-community/postgrest-csharp/issues/78 ) , Generalize query filtering creation
Original file line number Diff line number Diff line change 2020 </Description >
2121 <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
2222 <PackageTags >supabase,postgrest</PackageTags >
23- <ReleaseVersion >3.5.0 </ReleaseVersion >
24- <PackageVersion >3.5.0 </PackageVersion >
23+ <ReleaseVersion >3.5.1 </ReleaseVersion >
24+ <PackageVersion >3.5.1 </PackageVersion >
2525 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2626 <PackageIcon >icon.png</PackageIcon >
2727 <PackageReadmeFile >README.md</PackageReadmeFile >
3434 </PropertyGroup >
3535
3636 <PropertyGroup Condition =" '$(Version)' == '' " >
37- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.5.0 </VersionPrefix >
37+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.5.1 </VersionPrefix >
3838 <VersionSuffix Condition =" '$(VersionSuffix)' == '' " ></VersionSuffix >
3939 <Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
4040 <Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
You can’t perform that action at this time.
0 commit comments