Skip to content

Commit

Permalink
Merge pull request #82 from firebase/hkj-release-170
Browse files Browse the repository at this point in the history
Bumped version to 1.7.0
  • Loading branch information
hiranya911 authored Jun 27, 2019
2 parents bfd8fa9 + ed92e3f commit 36c0b1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

-

# v1.7.0

- [added] Implemented the `ListUsersAsync()` API.
- [added] Implemented the `UpdateUserAsync()` API.
- [added] Implemented the `CreateUserAsync()` and `UserRecordArgs` APIs.
Expand Down
2 changes: 1 addition & 1 deletion FirebaseAdmin/FirebaseAdmin/FirebaseAdmin.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

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

0 comments on commit 36c0b1c

Please sign in to comment.