Skip to content

Commit

Permalink
Release version 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBuchholz committed Jan 16, 2025
1 parent 0103594 commit 096879b
Show file tree
Hide file tree
Showing 21 changed files with 32 additions and 11 deletions.
2 changes: 2 additions & 0 deletions docs/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Since code should be documenting itself you can also take a look at the followin
- [tests/.../AnalyticsFixture.cs](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/master/tests/Plugin.Firebase.IntegrationTests/Analytics/AnalyticsFixture.cs)

## Release notes
- Version 3.1.1
- Using AdamE.Firebase.iOS.* minimum version 11
- Version 3.1.0
- Update to .net8
- Version 3.0.0
Expand Down
2 changes: 2 additions & 0 deletions docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Since code should be documenting itself you can also take a look at the followin
- [sample/.../AuthService.cs](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/master/sample/Playground/Common/Services/Auth/AuthService.cs)

## Release notes
- Version 3.1.1
- Using AdamE.Firebase.iOS.* minimum version 11
- Version 3.1.0
- Update to .net8
- Version 3.0.0
Expand Down
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.3
- Using AdamE.Firebase.iOS.* minimum version 11
- Version 3.1.2
- Plugin.Firebase.Firestore 3.1.1
- Version 3.1.1
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.2
- Using AdamE.Firebase.iOS.* minimum version 11
- Version 3.1.1
- Fix/iOS notifications not playing sound (PR #352)
- Version 3.1.0
Expand Down
2 changes: 2 additions & 0 deletions docs/crashlytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Since code should be documenting itself you can also take a look at the followin
- [src/.../IFirebaseCrashlytics.cs](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/master/src/Shared/Crashlytics/IFirebaseCrashlytics.cs)

## Release notes
- Version 3.1.1
- Using AdamE.Firebase.iOS.* minimum version 11
- Version 3.1.0
- Update to .net8
- Version 3.0.0
Expand Down
2 changes: 2 additions & 0 deletions docs/dynamic_links.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Since code should be documenting itself you can also take a look at the followin
- [sample/.../DynamicLinkService.cs](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/master/sample/Playground/Common/Services/DynamicLink/DynamicLinkService.cs)

## Release notes
- Version 3.1.1
- Using AdamE.Firebase.iOS.* minimum version 11
- Version 3.1.0
- Update to .net8
- Version 3.0.0
Expand Down
3 changes: 3 additions & 0 deletions docs/firestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ Since code should be documenting itself you can also take a look at the followin
- [tests/.../FirestoreFixture.cs](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/master/tests/Plugin.Firebase.IntegrationTests/Firestore/FirestoreFixture.cs)

## Release notes
- Version 3.1.2
- Using AdamE.Firebase.iOS.* minimum version 11
- Use JavaObject constructor instead of addding individual items
- Version 3.1.1
- ToNSObject and ToJavaObject handle null inputs (PR #352)
- Fixing IWriteBatch.UpdateData issue where .NET objects were not being converted to NSObjects (PR #351)
Expand Down
2 changes: 2 additions & 0 deletions docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Since code should be documenting itself you can also take a look at the followin
- [tests/cloud-functions/.../index.ts](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/master/tests/cloud-functions/functions/src/index.ts)

## Release notes
- Version 3.1.1
- Using AdamE.Firebase.iOS.* minimum version 11
- Version 3.1.0
- Update to .net8
- Version 3.0.0
Expand Down
2 changes: 2 additions & 0 deletions docs/remote_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Since code should be documenting itself you can also take a look at the followin
- [tests/.../RemoteConfigFixture.cs](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/master/tests/Plugin.Firebase.IntegrationTests/RemoteConfig/RemoteConfigFixture.cs)

## Release notes
- Version 3.1.1
- Using AdamE.Firebase.iOS.* minimum version 11
- Version 3.1.0
- Update to .net8
- Version 3.0.0
Expand Down
2 changes: 2 additions & 0 deletions docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Since code should be documenting itself you can also take a look at the followin
- [tests/.../StorageFixture.cs](https://github.com/TobiasBuchholz/Plugin.Firebase/blob/master/tests/Plugin.Firebase.IntegrationTests/Firestore/StorageFixture.cs)

## Release notes
- Version 3.1.1
- Using AdamE.Firebase.iOS.* minimum version 11
- Version 3.1.0
- Update to .net8
- Version 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/Analytics/Analytics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.Analytics</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/Auth/Auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.Auth</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/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.2</PackageVersion>
<PackageVersion>3.1.3</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.1</PackageVersion>
<PackageVersion>3.1.2</PackageVersion>

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

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.Core</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/Crashlytics/Crashlytics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.Crashlytics</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/DynamicLinks/DynamicLinks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.DynamicLinks</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/Firestore/Firestore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

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

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.Functions</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/RemoteConfig/RemoteConfig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.RemoteConfig</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/Storage/Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.Storage</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 096879b

Please sign in to comment.