Skip to content

Commit

Permalink
Release CloudMessaging version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBuchholz committed Nov 9, 2024
1 parent 7c34785 commit eb33bd1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/bundled.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ using Plugin.Firebase.Bundled.Platforms.Android;
#endif
```
## Release notes
- Version 3.1.1
- Plugin.Firebase.CloudMessaging 3.1.1
- Version 3.1.0
- Update to .net8
- Version 3.0.0
Expand Down
2 changes: 2 additions & 0 deletions docs/cloud_messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ Note: this is a Plugin.Firebase custom field and hence not documented with googl
If you are having trouble receiving push notifications on your device, take a look at this helpful https://github.com/TobiasBuchholz/Plugin.Firebase/issues/145#issuecomment-1455182588 by @andyzukunft. Additionally he has created a dedicated project to simplify the demonstration on how Firebase Cloud Messaging works: https://github.com/andyzukunft/Plugin.Firebase/tree/fcm-demo/sample/Fcm

## Release notes
- Version 3.1.1
- Fix/iOS notifications not playing sound (PR #352)
- Version 3.1.0
- Update to .net8
- Version 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/Bundled/Bundled.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase</PackageId>
<PackageVersion>3.1.0</PackageVersion>
<PackageVersion>3.1.1</PackageVersion>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TobiasBuchholz/Plugin.Firebase</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/CloudMessaging/CloudMessaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.CloudMessaging</PackageId>
<PackageVersion>3.1.0</PackageVersion>
<PackageVersion>3.1.1</PackageVersion>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TobiasBuchholz/Plugin.Firebase</PackageProjectUrl>
Expand Down

0 comments on commit eb33bd1

Please sign in to comment.