Skip to content

Commit

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

## 5.0.6 - 2024-06-29

- [Re: #98](https://github.com/supabase-community/gotrue-csharp/pull/98) Introduces `VerifyTokenHash` to support the
PKCE flow for email signup. Thanks [@alexbakker](https://github.com/alexbakker)!

## 5.0.5 - 2024-06-11

- Allow for scoped `SignOut`. Thanks [@AndrewKahr](https://github.com/AndrewKahr)!
Expand Down
6 changes: 3 additions & 3 deletions Gotrue/Gotrue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,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>5.0.5</PackageVersion>
<ReleaseVersion>5.0.5</ReleaseVersion>
<PackageVersion>5.0.6</PackageVersion>
<ReleaseVersion>5.0.6</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)' == '' ">5.0.5</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">5.0.6</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down

0 comments on commit b21e30f

Please sign in to comment.