Skip to content

Commit

Permalink
Version bump to 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Jun 9, 2024
1 parent deb90f6 commit f40ec6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 5.0.4 - 2024-06-09

- Various minor SSO fixes. Thanks [@Rycko1](https://github.com/Rycko1)!

## 5.0.3 - 2024-05-31

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

## 5.0.2 - 2024-05-20

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.3</PackageVersion>
<ReleaseVersion>5.0.3</ReleaseVersion>
<PackageVersion>5.0.4</PackageVersion>
<ReleaseVersion>5.0.4</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.3</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">5.0.4</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down

0 comments on commit f40ec6f

Please sign in to comment.