Skip to content

Commit

Permalink
Version bump to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed May 16, 2024
1 parent 79605e0 commit 2a9bc8b
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

## 2.0.2 - 05-16-2024

- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Sets `ConfigureAwait(false)` to prevent
application deadlocks for users of this library.

## 2.0.1 - 05-16-2024

- Re: [#15](https://github.com/supabase-community/storage-csharp/issues/15)
Expand Down
6 changes: 3 additions & 3 deletions Storage/Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<Title>Supabase Storage</Title>
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageTags>supabase, storage</PackageTags>
<ReleaseVersion>2.0.1</ReleaseVersion>
<PackageVersion>2.0.1</PackageVersion>
<ReleaseVersion>2.0.2</ReleaseVersion>
<PackageVersion>2.0.2</PackageVersion>
<RepositoryUrl>https://github.com/supabase-community/storage-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -33,7 +33,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.1</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.2</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>

Expand Down

0 comments on commit 2a9bc8b

Please sign in to comment.