Skip to content

Commit 40bbf3f

Browse files
Project Collection Build Service (evgenyg)evgenygunko
authored andcommitted
Merged PR 696: chore(deps): update Microsoft.Maui.Controls to 10.0.11
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.Maui.Controls](https://github.com/dotnet/maui) | nuget | patch | `10.0.10` -> `10.0.11` | --- ### Release Notes <details> <summary>dotnet/maui (Microsoft.Maui.Controls)</summary> ### [`v10.0.11`](https://github.com/dotnet/maui/releases/tag/10.0.11): SR1.1 [Compare Source](dotnet/maui@10.0.10...10.0.11) ##### What's Changed .NET MAUI 10.0.11 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 11 commits with various improvements, bug fixes, and enhancements. ##### .NET MAUI Product Fixes ##### Android - Fix content page title clipping on Android API < 30 with window insets compatibility by [@&#8203;Copilot](https://github.com/Copilot) in dotnet/maui#32738 <details> <summary>🔧 Fixes</summary> - [Shell content page title position incorrect/clipped](dotnet/maui#32526) </details> ##### Button - \[release/10.0.1xx-sr1] Removed Value property coercion in RadioButton by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in dotnet/maui#32604 <details> <summary>🔧 Fixes</summary> - [Removed Value property coercion in RadioButton](dotnet/maui#32489) </details> ##### DateTimePicker - Fix crash when TimePicker.Time is set to null (backport from PR [#&#8203;32660](dotnet/maui#32660)) by [@&#8203;Copilot](https://github.com/Copilot) in dotnet/maui#32715 <details> <summary>🔧 Fixes</summary> - [Fix crash when TimePicker.Time is set to null](dotnet/maui#32660) </details> ##### Gestures - \[release/10.0.1xx-sr1] predictive back gesture support for Android 13+ by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in dotnet/maui#32635 <details> <summary>🔧 Fixes</summary> - [predictive back gesture support for Android 13+](dotnet/maui#32461) </details> ##### Infrastructure - \[release/10.0.1xx-sr1] \[ci] Revert changes setting Creator by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in dotnet/maui#32803 <details> <summary>🔧 Fixes</summary> - [\[ci\] Revert changes setting Creator](dotnet/maui#32743) </details> ##### Mediapicker - \[release/10.0.1xx-sr1] \[Android] Refactor selection limit handling in MediaPicker by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in dotnet/maui#32628 <details> <summary>🔧 Fixes</summary> - [\[Android\] Refactor selection limit handling in MediaPicker](dotnet/maui#32571) ...
1 parent aa8ba51 commit 40bbf3f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

source/CopyWords.Core.Tests/CopyWords.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="AutoFixture" Version="4.18.1" />
1414
<PackageReference Include="AutoFixture.AutoMoq" Version="4.18.1" />
1515
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
16-
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.10" />
16+
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.11" />
1717
<PackageReference Include="FluentAssertions" Version="[7.*, 8)" />
1818
<PackageReference Include="Moq" Version="4.20.72" />
1919
<PackageReference Include="MSTest" Version="4.0.2" />

source/CopyWords.Core/CopyWords.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ItemGroup>
2626
<PackageReference Include="FluentValidation" Version="12.1.0" />
2727
<PackageReference Include="LaunchDarkly.ClientSdk" Version="5.5.4" />
28-
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.10" />
28+
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.11" />
2929
<PackageReference Include="CommunityToolkit.Maui" Version="13.0.0" />
3030
<PackageReference Include="CommunityToolkit.Maui.MediaElement" Version="7.0.0" />
3131
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />

source/CopyWords.MAUI/CopyWords.MAUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</ItemGroup>
109109
<ItemGroup>
110110
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="10.0.0" />
111-
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.10" />
111+
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.11" />
112112
<PackageReference Include="CommunityToolkit.Maui" Version="13.0.0" />
113113
<PackageReference Include="CommunityToolkit.Maui.MediaElement" Version="7.0.0" />
114114
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />

0 commit comments

Comments
 (0)