File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2222 </Description >
2323 <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& 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 >
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 >
You can’t perform that action at this time.
0 commit comments