File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.16.2 - 2024-04-02
4+
5+ - Update dependency: ` gotrue-csharp@4.2.7 `
6+ - [ #88 ] ( https://github.com/supabase-community/gotrue-csharp/issues/88 ) Implement ` signInAnonymously ` from the JS
7+ client
8+ - Include additional 3rd party providers in constants.
9+
310## 0.16.1 - 2024-03-15
411
512- Update dependency: ` postgrest-csharp@3.5.1 `
Original file line number Diff line number Diff line change 1818 <Summary >A C# implementation of the Supabase client</Summary >
1919 <Title >Supabase</Title >
2020 <PackageTags >supabase</PackageTags >
21- <ReleaseVersion >0.16.1 </ReleaseVersion >
22- <PackageVersion >0.16.1 </PackageVersion >
21+ <ReleaseVersion >0.16.2 </ReleaseVersion >
22+ <PackageVersion >0.16.2 </PackageVersion >
2323 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2424 <PackageIcon >icon.png</PackageIcon >
2525 <PackageReadmeFile >README.md</PackageReadmeFile >
2929 <GenerateDocumentationFile >true</GenerateDocumentationFile >
3030 </PropertyGroup >
3131 <PropertyGroup Condition =" '$(Version)' == '' " >
32- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >0.16.1 </VersionPrefix >
32+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >0.16.2 </VersionPrefix >
3333 <Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
3434 </PropertyGroup >
3535 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
You can’t perform that action at this time.
0 commit comments