Skip to content

Commit 38f8121

Browse files
committed
0.3.0
1 parent 318a71a commit 38f8121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GoogleApis.Blazor/Auth/AuthService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public async Task<string> AuthorizeCredential(string authorizationCode, string c
7979
}
8080

8181
/// <summary>
82-
/// Refresh and create new access token with given resfresh token.
82+
/// Refresh and create new access token with given refresh token.
8383
/// </summary>
8484
/// <param name="refreshToken"></param>
8585
/// <param name="clientId"></param>

GoogleApis.Blazor/GoogleApis.Blazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>disable</Nullable>
7-
<Version>0.2.1</Version>
7+
<Version>0.3.0</Version>
88
<PackageIcon>CodeBeam-01.jpg</PackageIcon>
99
<Copyright>Copyright 2022 CodeBeam</Copyright>
1010
<Description>A utility package for Google Apis in Blazor.</Description>

0 commit comments

Comments
 (0)