File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.2 - 05-16-2024
4+
5+ - Re: [ #96 ] ( https://github.com/supabase-community/postgrest-csharp/pull/96 ) Sets ` ConfigureAwait(false) ` to prevent
6+ application deadlocks for users of this library.
7+
38## 2.0.1 - 05-16-2024
49
510- Re: [ #15 ] ( https://github.com/supabase-community/storage-csharp/issues/15 )
Original file line number Diff line number Diff line change 1616 <Title >Supabase Storage</Title >
1717 <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
1818 <PackageTags >supabase, storage</PackageTags >
19- <ReleaseVersion >2.0.1 </ReleaseVersion >
20- <PackageVersion >2.0.1 </PackageVersion >
19+ <ReleaseVersion >2.0.2 </ReleaseVersion >
20+ <PackageVersion >2.0.2 </PackageVersion >
2121 <RepositoryUrl >https://github.com/supabase-community/storage-csharp</RepositoryUrl >
2222 <RepositoryType >git</RepositoryType >
2323 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
3333 </PropertyGroup >
3434
3535 <PropertyGroup Condition =" '$(Version)' == '' " >
36- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >2.0.1 </VersionPrefix >
36+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >2.0.2 </VersionPrefix >
3737 <Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
3838 </PropertyGroup >
3939
You can’t perform that action at this time.
0 commit comments