Skip to content

Commit

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

## 4.3.0 - 2024-04-04

- [MINOR] Re: [#89](https://github.com/supabase-community/gotrue-csharp/issues/89) Update signature
for `SignInWithIdToken` which adds an optional `accessToken` parameter, update doc comments, and call `DestroySession`
in method
- Re: [#88](https://github.com/supabase-community/gotrue-csharp/issues/88), Add `IsAnonymous` property to `User`
- Re: [#90](https://github.com/supabase-community/gotrue-csharp/issues/90) Implement `LinkIdentity` and `UnlinkIdentity`

## 4.2.7 - 2024-04-02

- [#88](https://github.com/supabase-community/gotrue-csharp/issues/88) Implement `signInAnonymously` from the JS client
Expand Down
6 changes: 3 additions & 3 deletions Gotrue/Gotrue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageProjectUrl>https://github.com/supabase-community/gotrue-csharp</PackageProjectUrl>
<PackageTags>supabase, gotrue</PackageTags>
<PackageVersion>4.2.7</PackageVersion>
<ReleaseVersion>4.2.7</ReleaseVersion>
<PackageVersion>4.3.0</PackageVersion>
<ReleaseVersion>4.3.0</ReleaseVersion>
<RepositoryUrl>https://github.com/supabase-community/gotrue-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -39,7 +39,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.2.7</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.3.0</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down

0 comments on commit 457c491

Please sign in to comment.