File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.16.2 - 2024-04-02
4
+
5
+ - Update dependency:
` [email protected] `
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
+
3
10
## 0.16.1 - 2024-03-15
4
11
5
12
- Update dependency:
` [email protected] `
Original file line number Diff line number Diff line change 18
18
<Summary >A C# implementation of the Supabase client</Summary >
19
19
<Title >Supabase</Title >
20
20
<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 >
23
23
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
24
24
<PackageIcon >icon.png</PackageIcon >
25
25
<PackageReadmeFile >README.md</PackageReadmeFile >
29
29
<GenerateDocumentationFile >true</GenerateDocumentationFile >
30
30
</PropertyGroup >
31
31
<PropertyGroup Condition =" '$(Version)' == '' " >
32
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >0.16.1 </VersionPrefix >
32
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >0.16.2 </VersionPrefix >
33
33
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
34
34
</PropertyGroup >
35
35
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
You can’t perform that action at this time.
0 commit comments