Skip to content

Commit 4c5f219

Browse files
committed
Version bump to 6.0.3
1 parent 7d763dd commit 4c5f219

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

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+
38
## 6.0.2 - 2024-07-25
49

510
- [Re: 103](https://github.com/supabase-community/gotrue-csharp/pull/103) Add support for MFA signup and login flows.

Gotrue/Gotrue.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
1717
<PackageProjectUrl>https://github.com/supabase-community/gotrue-csharp</PackageProjectUrl>
1818
<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>
2121
<RepositoryUrl>https://github.com/supabase-community/gotrue-csharp</RepositoryUrl>
2222
<RepositoryType>git</RepositoryType>
2323
<PackageIcon>icon.png</PackageIcon>
@@ -39,7 +39,7 @@
3939
<GenerateDocumentationFile>true</GenerateDocumentationFile>
4040
</PropertyGroup>
4141
<PropertyGroup Condition=" '$(Version)' == '' ">
42-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">6.0.1</VersionPrefix>
42+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">6.0.3</VersionPrefix>
4343
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
4444
</VersionSuffix>
4545
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>

0 commit comments

Comments
 (0)