Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBuchholz committed Apr 27, 2023
2 parents 4b883d9 + 7c9358d commit 9369725
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ indent_size = 2
indent_style = space
indent_size = 4
tab_width = 4

[*.{cs,vb}]
dotnet_diagnostic.IDE0058.severity = none
dotnet_diagnostic.IDE0022.severity = none
dotnet_diagnostic.IDE0160.severity = none
2 changes: 2 additions & 0 deletions docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,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.2
- Bump up Xamarin.Google.iOS.SignIn from 5.0.2.3 to 5.0.2.4 (issue #158)
- Version 2.0.1
- Remove unnecessary UseMaui property from csproj files
- Readd net6.0 tfm
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.3
- Plugin.Firebase.Auth 2.0.3
- Version 2.0.2
- Plugin.Firebase.CloudMessaging 2.0.2
- Plugin.Firebase.Firestore 2.0.2
Expand Down
4 changes: 2 additions & 2 deletions 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.1</PackageVersion>
<PackageVersion>2.0.2</PackageVersion>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TobiasBuchholz/Plugin.Firebase</PackageProjectUrl>
Expand Down Expand Up @@ -84,7 +84,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-ios'">
<PackageReference Include="Xamarin.Firebase.iOS.Auth" Version="8.10.0.3" />
<PackageReference Include="Xamarin.Google.iOS.SignIn" Version="5.0.2.3" />
<PackageReference Include="Xamarin.Google.iOS.SignIn" Version="5.0.2.4" />
</ItemGroup>

</Project>
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.2</PackageVersion>
<PackageVersion>2.0.3</PackageVersion>

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

0 comments on commit 9369725

Please sign in to comment.