Skip to content

Commit 9f9f72d

Browse files
committed
Version bump to 3.4.1
1 parent ce5f7d9 commit 9f9f72d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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)

Postgrest/Postgrest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</Description>
2121
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;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>
@@ -34,7 +34,7 @@
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>

0 commit comments

Comments
 (0)