Skip to content

Commit 88a66d1

Browse files
authored
Merge pull request #2 from firebase/hkj-release-100
Bumped version to 1.0.0
2 parents dab7941 + 6a6f99b commit 88a66d1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Unreleased
2+
3+
# v1.0.0
4+
5+
- [added] Initial release of the Admin .NET SDK. See
6+
[Add the Firebase Admin SDK to your Server](/docs/admin/setup/) to get
7+
started.
8+
- [added] You can configure the SDK to use service account credentials, user
9+
credentials (refresh tokens), or Google Cloud application default credentials
10+
to access your Firebase project.
11+
12+
### Authentication
13+
14+
- [added] The initial release includes the `CreateCustomTokenAsync()`,
15+
and `VerifyIdTokenAsync()` methods for minting custom
16+
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>0.1.0</Version>
4+
<Version>1.0.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)