Skip to content

Commit

Permalink
Merge pull request #42 from firebase/hkj-release-130
Browse files Browse the repository at this point in the history
Bumped version to 1.3.0
  • Loading branch information
hiranya911 authored Mar 28, 2019
2 parents 4c053ba + 8c5704a commit 6ca2baf
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.3.0

- [added] Implemented the `SendAllAsync()` and `SendMulticastAsync()` APIs in
the `FirebaseMessaging` class.

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.2.1</Version>
<Version>1.3.0</Version>
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.5</TargetFrameworks>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 6ca2baf

Please sign in to comment.