File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
FirebaseAdmin/FirebaseAdmin Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
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.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments