Skip to content

Commit

Permalink
Merge pull request #2 from firebase/hkj-release-100
Browse files Browse the repository at this point in the history
Bumped version to 1.0.0
  • Loading branch information
hiranya911 committed Aug 16, 2018
2 parents dab7941 + 6a6f99b commit 88a66d1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,16 @@
# Unreleased

# v1.0.0

- [added] Initial release of the Admin .NET SDK. See
[Add the Firebase Admin SDK to your Server](/docs/admin/setup/) to get
started.
- [added] You can configure the SDK to use service account credentials, user
credentials (refresh tokens), or Google Cloud application default credentials
to access your Firebase project.

### Authentication

- [added] The initial release includes the `CreateCustomTokenAsync()`,
and `VerifyIdTokenAsync()` methods for minting custom
authentication tokens and verifying Firebase ID tokens.
2 changes: 1 addition & 1 deletion FirebaseAdmin/FirebaseAdmin/FirebaseAdmin.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.1.0</Version>
<Version>1.0.0</Version>
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.5</TargetFrameworks>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 88a66d1

Please sign in to comment.