Skip to content

Commit

Permalink
Release Firestore version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBuchholz committed Dec 3, 2024
1 parent e04d748 commit a9f5ae1
Show file tree
Hide file tree
Showing 4 changed files with 7 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.2
- Plugin.Firebase.Firestore 3.1.1
- Version 3.1.1
- Plugin.Firebase.CloudMessaging 3.1.1
- Version 3.1.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.1
- ToNSObject and ToJavaObject handle null inputs (PR #352)
- Fixing IWriteBatch.UpdateData issue where .NET objects were not being converted to NSObjects (PR #351)
- 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.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/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.0</PackageVersion>
<PackageVersion>3.1.1</PackageVersion>

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

0 comments on commit a9f5ae1

Please sign in to comment.