Skip to content

Commit

Permalink
Release Auth 2.0.6, Crashlytics 2.0.2 and Bundled 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBuchholz committed Jan 4, 2024
1 parent e81a8c6 commit 74420bd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
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 2.0.6
- Fix dates in android AuthTokenResultWrapper (issue #244)
- Version 2.0.5
- Bump up Xamarin.Firebase.Auth from 121.0.8 to 122.2.0 (issue #131)
- Version 2.0.4
Expand Down
3 changes: 3 additions & 0 deletions docs/bundled.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ using Plugin.Firebase.Bundled.Platforms.Android;
#endif
```
## Release notes
- Version 2.0.10
- Plugin.Firebase.Auth 2.0.6
- Plugin.Firebase.Crashlytics 2.0.2
- Version 2.0.9
- Plugin.Firebase.Auth 2.0.5
- Version 2.0.8
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.2
- Fix StackTraceParser for Crashlytics (PR #245)
- Version 2.0.1
- Remove unnecessary UseMaui property from csproj files
- Readd net6.0 tfm
2 changes: 1 addition & 1 deletion src/Auth/Auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!--Assembly and Namespace info -->
<PackageId>Plugin.Firebase.Auth</PackageId>
<PackageVersion>2.0.5</PackageVersion>
<PackageVersion>2.0.6</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>2.0.9</PackageVersion>
<PackageVersion>2.0.10</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.1</PackageVersion>
<PackageVersion>2.0.2</PackageVersion>

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

0 comments on commit 74420bd

Please sign in to comment.