Skip to content

Commit

Permalink
build(deps): bump Acr.UserDialogs in /integrationtests (#2956)
Browse files Browse the repository at this point in the history
Bumps [Acr.UserDialogs](https://github.com/aritchie/userdialogs) from 7.1.0.514 to 7.2.0.534.
- [Release notes](https://github.com/aritchie/userdialogs/releases)
- [Commits](https://github.com/aritchie/userdialogs/commits)

---
updated-dependencies:
- dependency-name: Acr.UserDialogs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 27, 2021
1 parent f929c1a commit 4fddc80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Acr.UserDialogs" Version="7.1.0.514" />
<PackageReference Include="Acr.UserDialogs" Version="7.2.0.534" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Acr.UserDialogs">
<Version>7.1.0.514</Version>
<Version>7.2.0.534</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.*" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Acr.UserDialogs" Version="7.1.0.514" />
<PackageReference Include="Acr.UserDialogs" Version="7.2.0.534" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IntegrationTests.XamarinForms\IntegrationTests.XamarinForms.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Acr.UserDialogs" Version="7.1.0.514" />
<PackageReference Include="Acr.UserDialogs" Version="7.2.0.534" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4fddc80

Please sign in to comment.