Skip to content

Commit ce94e3f

Browse files
committed
Version bump to 0.16.2
1 parent 3b9071c commit ce94e3f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 0.16.1 - 2024-03-15
411

512
- Update dependency: `[email protected]`

Supabase/Supabase.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
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>
@@ -29,7 +29,7 @@
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'">

0 commit comments

Comments
 (0)