Skip to content

Commit

Permalink
Version bump to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed May 23, 2024
1 parent b27827d commit 9b33b65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.0.3 - 2024-05-23

- Re: [#97](https://github.com/supabase-community/postgrest-csharp/pull/97) Fix set null value on string property.
Thanks [@alustrement-bob](https://github.com/alustrement-bob)!

## 4.0.2 - 2024-05-16

- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response to
Expand Down
6 changes: 3 additions & 3 deletions Postgrest/Postgrest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</Description>
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageTags>supabase,postgrest</PackageTags>
<ReleaseVersion>4.0.2</ReleaseVersion>
<PackageVersion>4.0.2</PackageVersion>
<ReleaseVersion>4.0.3</ReleaseVersion>
<PackageVersion>4.0.3</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -35,7 +35,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.0.2</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.0.3</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
Expand Down

0 comments on commit 9b33b65

Please sign in to comment.