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 1
1
# Changelog
2
2
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
+
3
16
## 1.0.1 - 2024-05-07
4
17
5
18
- Update dependency: ` postgrest-csharp@4.0.1 `
Original file line number Diff line number Diff line change 19
19
<PackageProjectUrl >https://github.com/supabase-community/supabase-csharp</PackageProjectUrl >
20
20
<Summary >A C# implementation of the Supabase client</Summary >
21
21
<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 >
24
24
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
25
25
<PackageIcon >icon.png</PackageIcon >
26
26
<PackageReadmeFile >README.md</PackageReadmeFile >
32
32
</PropertyGroup >
33
33
34
34
<PropertyGroup Condition =" '$(Version)' == '' " >
35
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.1 </VersionPrefix >
35
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.2 </VersionPrefix >
36
36
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
37
37
</PropertyGroup >
38
38
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
You can’t perform that action at this time.
0 commit comments