Skip to content

Commit

Permalink
Version bump to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed May 31, 2024
1 parent d47375e commit 020c3b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.3 - 2024-05-31

- Implement `SignInWithSSO`. Huge thank you to [@Rycko1](https://github.com/Rycko1)

## 5.0.2 - 2024-05-20

- Add missing properties (`ProviderRefreshToken` and `ProviderToken`) to `Session` object to reflect current state
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.2</PackageVersion>
<ReleaseVersion>5.0.2</ReleaseVersion>
<PackageVersion>5.0.3</PackageVersion>
<ReleaseVersion>5.0.3</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.2</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">5.0.3</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down

0 comments on commit 020c3b2

Please sign in to comment.