File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.4.1 - 2024-01-08
4+
5+ - Re: [ #85 ] ( https://github.com/supabase-community/postgrest-csharp/issues/85 ) Fixes problem when using multiple .Order()
6+ methods by merging [ #86 ] ( https://github.com/supabase-community/postgrest-csharp/pull/86 ) .
7+ Thanks [ @hunsra ] ( https://github.com/hunsra ) !
8+
39## 3.4.0 - 2024-01-03
410
511- Re: [ #81 ] ( https://github.com/supabase-community/postgrest-csharp/issues/81 )
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.4.0 </ReleaseVersion >
24- <PackageVersion >3.4.0 </PackageVersion >
23+ <ReleaseVersion >3.4.1 </ReleaseVersion >
24+ <PackageVersion >3.4.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.4.0 </VersionPrefix >
37+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.4.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