Skip to content

Commit 3bb875e

Browse files
authored
Merge pull request #21 from firebase/hkj-release-110
Bumped version to 1.1.0
2 parents 88bcb1b + 524721d commit 3bb875e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Unreleased
22

3+
-
4+
5+
# v1.1.0
6+
7+
- [added] Implemented the `SetCustomUserClaimsAsync()` API in the
8+
`FirebaseAuth` class.
9+
310
# v1.0.0
411

512
- [added] Initial release of the Admin .NET SDK. See
@@ -13,4 +20,4 @@
1320

1421
- [added] The initial release includes the `CreateCustomTokenAsync()`,
1522
and `VerifyIdTokenAsync()` methods for minting custom
16-
authentication tokens and verifying Firebase ID tokens.
23+
authentication tokens and verifying Firebase ID tokens.

FirebaseAdmin/FirebaseAdmin/FirebaseAdmin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.0.0</Version>
4+
<Version>1.1.0</Version>
55
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
66
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.5</TargetFrameworks>
77
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)