File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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 >
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'" >
You can’t perform that action at this time.
0 commit comments