File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 6.0.3 - 2024-07-26
4
+
5
+ - [ Re: 105] ( https://github.com/supabase-community/gotrue-csharp/pull/105 ) Add admin calls for MFA. Big thanks
6
+ to [ @michaelschattgen ] ( https://github.com/michaelschattgen ) .
7
+
3
8
## 6.0.2 - 2024-07-25
4
9
5
10
- [ Re: 103] ( https://github.com/supabase-community/gotrue-csharp/pull/103 ) Add support for MFA signup and login flows.
Original file line number Diff line number Diff line change 16
16
<PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
17
17
<PackageProjectUrl >https://github.com/supabase-community/gotrue-csharp</PackageProjectUrl >
18
18
<PackageTags >supabase, gotrue</PackageTags >
19
- <PackageVersion >6.0.2 </PackageVersion >
20
- <ReleaseVersion >6.0.2 </ReleaseVersion >
19
+ <PackageVersion >6.0.3 </PackageVersion >
20
+ <ReleaseVersion >6.0.3 </ReleaseVersion >
21
21
<RepositoryUrl >https://github.com/supabase-community/gotrue-csharp</RepositoryUrl >
22
22
<RepositoryType >git</RepositoryType >
23
23
<PackageIcon >icon.png</PackageIcon >
39
39
<GenerateDocumentationFile >true</GenerateDocumentationFile >
40
40
</PropertyGroup >
41
41
<PropertyGroup Condition =" '$(Version)' == '' " >
42
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >6.0.1 </VersionPrefix >
42
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >6.0.3 </VersionPrefix >
43
43
<VersionSuffix Condition =" '$(VersionSuffix)' == '' " >
44
44
</VersionSuffix >
45
45
<Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
You can’t perform that action at this time.
0 commit comments