Skip to content

Commit

Permalink
Version bump to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Apr 3, 2024
1 parent 3b9071c commit ce94e3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.16.2 - 2024-04-02

- Update dependency: `gotrue-csharp@4.2.7`
- [#88](https://github.com/supabase-community/gotrue-csharp/issues/88) Implement `signInAnonymously` from the JS
client
- Include additional 3rd party providers in constants.

## 0.16.1 - 2024-03-15

- Update dependency: `postgrest-csharp@3.5.1`
Expand Down
6 changes: 3 additions & 3 deletions Supabase/Supabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<Summary>A C# implementation of the Supabase client</Summary>
<Title>Supabase</Title>
<PackageTags>supabase</PackageTags>
<ReleaseVersion>0.16.1</ReleaseVersion>
<PackageVersion>0.16.1</PackageVersion>
<ReleaseVersion>0.16.2</ReleaseVersion>
<PackageVersion>0.16.2</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -29,7 +29,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.16.1</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.16.2</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit ce94e3f

Please sign in to comment.