File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## 4.0.2 - 2024-05-16
4
9
5
10
- Re: [ #96 ] ( https://github.com/supabase-community/postgrest-csharp/pull/96 ) Set ` ConfigureAwait(false) ` the response to
Original file line number Diff line number Diff line change 22
22
</Description >
23
23
<PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
24
24
<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 >
27
27
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
28
28
<PackageIcon >icon.png</PackageIcon >
29
29
<PackageReadmeFile >README.md</PackageReadmeFile >
35
35
</PropertyGroup >
36
36
37
37
<PropertyGroup Condition =" '$(Version)' == '' " >
38
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >4.0.2 </VersionPrefix >
38
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >4.0.3 </VersionPrefix >
39
39
<VersionSuffix Condition =" '$(VersionSuffix)' == '' " ></VersionSuffix >
40
40
<Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
41
41
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
You can’t perform that action at this time.
0 commit comments