Skip to content

Commit

Permalink
Version bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed May 16, 2024
1 parent 50f832a commit bed3023
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.0.2 - 2024-05-16

- Update dependency: `[email protected]`
- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response to
prevent deadlocking applications. Thanks [@pur3extreme](https://github.com/pur3extreme)!
- Update dependency: `[email protected]`
- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response to
prevent deadlocking applications. Thanks [@pur3extreme](https://github.com/pur3extreme)!
- Update dependency: `[email protected]`
- Re: [#15](https://github.com/supabase-community/storage-csharp/issues/15)
and [#16](https://github.com/supabase-community/storage-csharp/pull/16)
Fix CreateSignedUrl with TransformOptions. Thanks [@alustrement-bob](https://github.com/alustrement-bob)!

## 1.0.1 - 2024-05-07

- Update dependency: `[email protected]`
Expand Down
6 changes: 3 additions & 3 deletions Supabase/Supabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<PackageProjectUrl>https://github.com/supabase-community/supabase-csharp</PackageProjectUrl>
<Summary>A C# implementation of the Supabase client</Summary>
<PackageTags>supabase</PackageTags>
<ReleaseVersion>1.0.1</ReleaseVersion>
<PackageVersion>1.0.1</PackageVersion>
<ReleaseVersion>1.0.2</ReleaseVersion>
<PackageVersion>1.0.2</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -32,7 +32,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.1</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.2</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit bed3023

Please sign in to comment.