Skip to content

Commit

Permalink
Release Crashlytics 2.0.3 and Bundled 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBuchholz committed Jan 24, 2024
1 parent 368f8b6 commit c145391
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 2.0.12
- Plugin.Firebase.Crashlytics 2.0.3
- Version 2.0.11
- Plugin.Firebase.Auth 2.0.7
- Plugin.Firebase.Firestore 2.0.6
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 2.0.3
- Fix StackTraceParser for Crashlytics (PR #255)
- Version 2.0.2
- Fix StackTraceParser for Crashlytics (PR #245)
- Version 2.0.1
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>2.0.11</PackageVersion>
<PackageVersion>2.0.12</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>2.0.2</PackageVersion>
<PackageVersion>2.0.3</PackageVersion>

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

0 comments on commit c145391

Please sign in to comment.