Skip to content

Commit 6ca2baf

Browse files
authored
Merge pull request #42 from firebase/hkj-release-130
Bumped version to 1.3.0
2 parents 4c053ba + 8c5704a commit 6ca2baf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
-
4+
5+
# v1.3.0
6+
37
- [added] Implemented the `SendAllAsync()` and `SendMulticastAsync()` APIs in
48
the `FirebaseMessaging` class.
59

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>1.2.1</Version>
4+
<Version>1.3.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)