Skip to content

Commit

Permalink
Bump AsyncAwaitBestPractices.MVVM from 6.0.6 to 7.0.0 in /Source
Browse files Browse the repository at this point in the history
Bumps [AsyncAwaitBestPractices.MVVM](https://github.com/brminnick/AsyncAwaitBestPractices) from 6.0.6 to 7.0.0.
- [Release notes](https://github.com/brminnick/AsyncAwaitBestPractices/releases)
- [Commits](brminnick/AsyncAwaitBestPractices@v6.0.6...7.0.0)

---
updated-dependencies:
- dependency-name: AsyncAwaitBestPractices.MVVM
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 799042d commit 7e2d0ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="6.0.6" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="7.0.0" />
<PackageReference Include="Xamarin.FFImageLoading.Forms" Version="2.4.11.982" />
<PackageReference Include="Xam.Plugins.Forms.ImageCircle" Version="3.1.1.1-beta" />
<PackageReference Include="modernhttpclient-updated" Version="3.4.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="6.0.6" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="7.0.0" />
<PackageReference Include="Xam.Plugins.Forms.ImageCircle" Version="3.1.1.1-beta" />
<PackageReference Include="modernhttpclient-updated" Version="3.4.3" />
<PackageReference Include="GraphQL.Client" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Source/DotNetGraphQL.Mobile/DotNetGraphQL.Mobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="6.0.6" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="7.0.0" />
<PackageReference Include="Xam.Plugins.Forms.ImageCircle" Version="3.1.1.1-beta" />
<PackageReference Include="modernhttpclient-updated" Version="3.4.3" />
<PackageReference Include="GraphQL.Client" Version="6.0.0" />
Expand Down

0 comments on commit 7e2d0ea

Please sign in to comment.