Skip to content

Commit

Permalink
Bump the microsoft group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the microsoft group with 2 updates: [Microsoft.Maui.Controls](https://github.com/dotnet/maui) and [Microsoft.Maui.Graphics.Text.Markdig](https://github.com/dotnet/maui).


Updates `Microsoft.Maui.Controls` from 8.0.0-rc.2.9511 to 8.0.0-rc.2.9530
- [Release notes](https://github.com/dotnet/maui/releases)
- [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/maui/commits)

Updates `Microsoft.Maui.Graphics.Text.Markdig` from 8.0.0-rc.2.9511 to 8.0.0-rc.2.9530
- [Release notes](https://github.com/dotnet/maui/releases)
- [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/maui/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Maui.Graphics.Text.Markdig
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and VladislavAntonyuk committed Nov 8, 2023
1 parent e4089eb commit 08f6667
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-rc.2.9511" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-rc.2.9530" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion MauiMarkdown/MauiMarkdown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<ItemGroup>
<PackageReference Include="M.BindableProperty.Generator" Version="0.11.1" />
<PackageReference Include="Microsoft.Maui.Graphics.Text.Markdig" Version="8.0.0-rc.2.9511" />
<PackageReference Include="Microsoft.Maui.Graphics.Text.Markdig" Version="8.0.0-rc.2.9530" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion iOSExtensions/JokeApp/JokeApp/JokeApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Refit" Version="7.0.0" />
<PackageReference Include="Refit.HttpClientFactory" Version="7.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-rc.2.9511" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-rc.2.9530" />
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">
Expand Down

0 comments on commit 08f6667

Please sign in to comment.