Skip to content

Commit 85fef9e

Browse files
committed
Version bump to 1.0.5
1 parent 11b77a6 commit 85fef9e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.0.5 - 2024-06-29
4+
5+
- Update dependency: `Supabase.Storage@2.0.2`
6+
- Update dependency: `Supabase.Gotrue@5.0.6`
7+
- [Re: #98](https://github.com/supabase-community/gotrue-csharp/pull/98) Introduces `VerifyTokenHash` to support the
8+
PKCE flow for email signup. Thanks [@alexbakker](https://github.com/alexbakker)!
9+
310
## 1.0.4 - 2024-06-11
411

512
- Update dependency: `Supabase.Gotrue@5.0.5`

Supabase/Supabase.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<PackageProjectUrl>https://github.com/supabase-community/supabase-csharp</PackageProjectUrl>
2020
<Summary>A C# implementation of the Supabase client</Summary>
2121
<PackageTags>supabase</PackageTags>
22-
<ReleaseVersion>1.0.4</ReleaseVersion>
23-
<PackageVersion>1.0.4</PackageVersion>
22+
<ReleaseVersion>1.0.5</ReleaseVersion>
23+
<PackageVersion>1.0.5</PackageVersion>
2424
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2525
<PackageIcon>icon.png</PackageIcon>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<PropertyGroup Condition=" '$(Version)' == '' ">
35-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.4</VersionPrefix>
35+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.5</VersionPrefix>
3636
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)