Skip to content

Commit bed3023

Browse files
committed
Version bump to 1.0.2
1 parent 50f832a commit bed3023

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.0.2 - 2024-05-16
4+
5+
- Update dependency: `postgrest-csharp@4.0.2`
6+
- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response to
7+
prevent deadlocking applications. Thanks [@pur3extreme](https://github.com/pur3extreme)!
8+
- Update dependency: `gotrue-csharp@5.0.1`
9+
- Re: [#96](https://github.com/supabase-community/postgrest-csharp/pull/96) Set `ConfigureAwait(false)` the response to
10+
prevent deadlocking applications. Thanks [@pur3extreme](https://github.com/pur3extreme)!
11+
- Update dependency: `storage-csharp@2.0.1`
12+
- Re: [#15](https://github.com/supabase-community/storage-csharp/issues/15)
13+
and [#16](https://github.com/supabase-community/storage-csharp/pull/16)
14+
Fix CreateSignedUrl with TransformOptions. Thanks [@alustrement-bob](https://github.com/alustrement-bob)!
15+
316
## 1.0.1 - 2024-05-07
417

518
- Update dependency: `postgrest-csharp@4.0.1`

Supabase/Supabase.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<PackageProjectUrl>https://github.com/supabase-community/supabase-csharp</PackageProjectUrl>
2020
<Summary>A C# implementation of the Supabase client</Summary>
2121
<PackageTags>supabase</PackageTags>
22-
<ReleaseVersion>1.0.1</ReleaseVersion>
23-
<PackageVersion>1.0.1</PackageVersion>
22+
<ReleaseVersion>1.0.2</ReleaseVersion>
23+
<PackageVersion>1.0.2</PackageVersion>
2424
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2525
<PackageIcon>icon.png</PackageIcon>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<PropertyGroup Condition=" '$(Version)' == '' ">
35-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.1</VersionPrefix>
35+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.2</VersionPrefix>
3636
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)