Skip to content

Commit aa2b11d

Browse files
committed
Version bump to 3.2.4
1 parent 1bb5196 commit aa2b11d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.2.4 - 2023-06-29
4+
5+
- [#70](https://github.com/supabase-community/postgrest-csharp/pull/70) Minor Unity related fixes
6+
37
## 3.2.3 - 2023-06-25
48

59
- [#69](https://github.com/supabase-community/postgrest-csharp/pull/69) Locks language version to C#9

Postgrest/Postgrest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</Description>
2222
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
2323
<PackageTags>supabase,postgrest</PackageTags>
24-
<ReleaseVersion>3.2.3</ReleaseVersion>
25-
<PackageVersion>3.2.3</PackageVersion>
24+
<ReleaseVersion>3.2.4</ReleaseVersion>
25+
<PackageVersion>3.2.4</PackageVersion>
2626
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2727
<PackageIcon>icon.png</PackageIcon>
2828
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636

3737
<PropertyGroup Condition=" '$(Version)' == '' ">
38-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.2.3</VersionPrefix>
38+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.2.4</VersionPrefix>
3939
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
4040
</VersionSuffix>
4141
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>

0 commit comments

Comments
 (0)