File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## 1.0.4 - 2024-06-11
4
11
5
12
- Update dependency: ` Supabase.Gotrue@5.0.5 `
Original file line number Diff line number Diff line change 19
19
<PackageProjectUrl >https://github.com/supabase-community/supabase-csharp</PackageProjectUrl >
20
20
<Summary >A C# implementation of the Supabase client</Summary >
21
21
<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 >
24
24
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
25
25
<PackageIcon >icon.png</PackageIcon >
26
26
<PackageReadmeFile >README.md</PackageReadmeFile >
32
32
</PropertyGroup >
33
33
34
34
<PropertyGroup Condition =" '$(Version)' == '' " >
35
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.4 </VersionPrefix >
35
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.5 </VersionPrefix >
36
36
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
37
37
</PropertyGroup >
38
38
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
You can’t perform that action at this time.
0 commit comments