Skip to content

Commit 06d05c6

Browse files
authored
Update Plugin.GoogleClient.csproj
1 parent b21167d commit 06d05c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plugin.GoogleClient/Plugin.GoogleClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<Title>Google Client Plugin for Xamarin</Title>
2727
<Summary>Google authentication handling across Xamarin.iOS and Xamarin.Android</Summary>
2828
<Description>Google authentication handling across Xamarin.iOS and Xamarin.Android</Description>
29-
<PackageReleaseNotes>Bug fixes and improvements</PackageReleaseNotes>
29+
<PackageReleaseNotes>Dependencies upgraded</PackageReleaseNotes>
3030
<Authors>Luis Pujols</Authors>
3131
<Owners>pujolsluis,crossgeeks</Owners>
3232
<Copyright>Copyright 2018</Copyright>
@@ -72,7 +72,7 @@
7272
</ItemGroup>
7373

7474
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
75-
<PackageReference Include="Xamarin.Google.iOS.SignIn" Version="5.0.1" />
75+
<PackageReference Include="Xamarin.Google.iOS.SignIn" Version="5.0.2.1" />
7676
<PackageReference Include="Xamarin.Firebase.iOS.Core" Version="6.1.0" />
7777
<PackageReference Include="Xamarin.Build.Download" Version="0.4.11" />
7878
<Compile Include="**\*.apple.cs" />

0 commit comments

Comments
 (0)