Skip to content

Commit

Permalink
Version bump to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Oct 1, 2023
1 parent a688462 commit a50dd2d
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

## 4.2.2 - 2023-10-01

- [#78](https://github.com/supabase-community/gotrue-csharp/issues/78) - Implements PKCE flow support
for `ResetPasswordForEmail`.

## 4.2.1 - 2023-08-19

- [#74](https://github.com/supabase-community/gotrue-csharp/pull/74) - Fixes bug where token refresh interval was not
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.1</PackageVersion>
<ReleaseVersion>4.2.1</ReleaseVersion>
<PackageVersion>4.2.2</PackageVersion>
<ReleaseVersion>4.2.2</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.1</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.2.2</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down

0 comments on commit a50dd2d

Please sign in to comment.