Skip to content

Commit ccfa515

Browse files
committed
Version bump to 4.0.2
1 parent 228cd7b commit ccfa515

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.2 - 2024-05-16
4+
5+
- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response to
6+
prevent deadlocking applications. Thanks [@pur3extreme](https://github.com/pur3extreme)!
7+
38
## 4.0.1 - 2024-05-07
49

510
- Re: [#92](https://github.com/supabase-community/postgrest-csharp/issues/92) Changes `IPostgrestTable<>` contract 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.1</ReleaseVersion>
26-
<PackageVersion>4.0.1</PackageVersion>
25+
<ReleaseVersion>4.0.2</ReleaseVersion>
26+
<PackageVersion>4.0.2</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.1</VersionPrefix>
38+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.0.2</VersionPrefix>
3939
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
4040
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
4141
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>

0 commit comments

Comments
 (0)