Skip to content

Commit

Permalink
Bump Xamarin.Essentials from 1.5.0 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [Xamarin.Essentials](https://github.com/xamarin/Essentials) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/xamarin/Essentials/releases)
- [Commits](xamarin/Essentials@1.5.0...1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 6, 2020
1 parent e412149 commit f6b0418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DemoApp/DemoApp.Android/DemoApp.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.Core.Utils" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.CustomTabs" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.0" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
2 changes: 1 addition & 1 deletion DemoApp/DemoApp.iOS/DemoApp.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991211" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.0" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.1" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion DemoApp/DemoApp/DemoApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991211" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.0" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f6b0418

Please sign in to comment.