Skip to content

Commit

Permalink
chore(deps): update dependency acr.userdialogs to v9 (#3785)
Browse files Browse the repository at this point in the history
[![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) | `8.0.1`
-> `9.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Acr.UserDialogs/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Acr.UserDialogs/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Acr.UserDialogs/8.0.1/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Acr.UserDialogs/8.0.1/9.0.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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/reactiveui/ReactiveUI).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent 932123a commit 53aa7f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -50,7 +50,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Acr.UserDialogs" Version="8.0.1" />
<PackageReference Include="Acr.UserDialogs" Version="9.0.0" />
<PackageReference Include="Xamarin.AndroidX.Core">
<Version>1.12.0.4</Version>
</PackageReference>
Expand Down
Expand Up @@ -145,7 +145,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Acr.UserDialogs">
<Version>8.0.1</Version>
<Version>9.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.*" />
</ItemGroup>
Expand Down
Expand Up @@ -160,7 +160,7 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Acr.UserDialogs" Version="8.0.1" />
<PackageReference Include="Acr.UserDialogs" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IntegrationTests.XamarinForms\IntegrationTests.XamarinForms.csproj">
Expand Down
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Acr.UserDialogs" Version="8.0.1" />
<PackageReference Include="Acr.UserDialogs" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 53aa7f6

Please sign in to comment.