Skip to content

Commit 9b33b65

Browse files
committed
Version bump to 4.0.3
1 parent b27827d commit 9b33b65

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 4.0.3 - 2024-05-23
4+
5+
- Re: [#97](https://github.com/supabase-community/postgrest-csharp/pull/97) Fix set null value on string property.
6+
Thanks [@alustrement-bob](https://github.com/alustrement-bob)!
7+
38
## 4.0.2 - 2024-05-16
49

510
- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response to

Postgrest/Postgrest.csproj

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

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

0 commit comments

Comments
 (0)