Skip to content

Commit

Permalink
Bumped version to 1.9.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba authored Sep 18, 2019
1 parent bf5ed9e commit e0473fa
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
Expand Up @@ -2,6 +2,10 @@

-

# v1.9.0

-

# v1.8.0

- [added] Added `FirebaseMessagingException` class and improved FCM error
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.8.0</Version>
<Version>1.9.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 e0473fa

Please sign in to comment.