Skip to content

Commit 27e721a

Browse files
chore(deps): update dependency acr.userdialogs to v9.1.0 (#3876)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Acr.UserDialogs](https://togithub.com/aritchie/userdialogs) | `9.0.0` -> `9.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Acr.UserDialogs/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Acr.UserDialogs/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Acr.UserDialogs/9.0.0/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Acr.UserDialogs/9.0.0/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8b0396 commit 27e721a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

integrationtests/IntegrationTests.XamarinForms.Android/IntegrationTests.XamarinForms.Android.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<Reference Include="System.Xml" />
5151
</ItemGroup>
5252
<ItemGroup>
53-
<PackageReference Include="Acr.UserDialogs" Version="9.0.0" />
53+
<PackageReference Include="Acr.UserDialogs" Version="9.1.0" />
5454
<PackageReference Include="Xamarin.AndroidX.Core">
5555
<Version>1.13.1.2</Version>
5656
</PackageReference>

integrationtests/IntegrationTests.XamarinForms.UWP/IntegrationTests.XamarinForms.UWP.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</ItemGroup>
146146
<ItemGroup>
147147
<PackageReference Include="Acr.UserDialogs">
148-
<Version>9.0.0</Version>
148+
<Version>9.1.0</Version>
149149
</PackageReference>
150150
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.*" />
151151
</ItemGroup>

integrationtests/IntegrationTests.XamarinForms.iOS/IntegrationTests.XamarinForms.iOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<Reference Include="Xamarin.iOS" />
161161
</ItemGroup>
162162
<ItemGroup>
163-
<PackageReference Include="Acr.UserDialogs" Version="9.0.0" />
163+
<PackageReference Include="Acr.UserDialogs" Version="9.1.0" />
164164
</ItemGroup>
165165
<ItemGroup>
166166
<ProjectReference Include="..\IntegrationTests.XamarinForms\IntegrationTests.XamarinForms.csproj">

integrationtests/IntegrationTests.XamarinForms/IntegrationTests.XamarinForms.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Acr.UserDialogs" Version="9.0.0" />
8+
<PackageReference Include="Acr.UserDialogs" Version="9.1.0" />
99
</ItemGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)