Skip to content

Commit

Permalink
Version bump to 0.13.4
Browse files Browse the repository at this point in the history
Closes #112
  • Loading branch information
acupofjose committed Oct 8, 2023
1 parent f7fe456 commit da59b54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.13.4 - 2023-10-08

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

## 0.13.3 - 2023-09-15

- Re: [#107](https://github.com/supabase-community/supabase-csharp/issues/107) - removes Realtime socket being
Expand Down
6 changes: 3 additions & 3 deletions Supabase/Supabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<Summary>A C# implementation of the Supabase client</Summary>
<Title>Supabase</Title>
<PackageTags>supabase</PackageTags>
<ReleaseVersion>0.13.3</ReleaseVersion>
<PackageVersion>0.13.3</PackageVersion>
<ReleaseVersion>0.13.4</ReleaseVersion>
<PackageVersion>0.13.4</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -29,7 +29,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.13.3</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.13.4</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit da59b54

Please sign in to comment.