Skip to content

Commit 7c92b6f

Browse files
eirinsviCopilot
andauthored
downgrade maui controls (#891)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e3ccabb commit 7c92b6f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [60.2.10]
2+
- [ScrollView][Android] Rolled back Microsoft.Maui.Controls from 10.0.60 to 10.0.51 due to an Android scroll regression.
3+
14
## [60.2.9]
25
- Fixed issue where CallerMemberName was not passed on OnPropertyChanged override. Affects ContentPage, Button, Chip, ContextMenuItem, ContextMenuSeparatorItem, ImageButton, ActivityIndicator and SingleLineInputField.
36

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageVersion Include="BitMiracle.LibTiff.NET" Version="2.4.649" />
1010
<PackageVersion Include="DotNetMeteor.HotReload.Plugin" Version="3.3.0" />
1111
<PackageVersion Include="LightInject" Version="6.6.4" />
12-
<PackageVersion Include="Microsoft.Maui.Controls" Version="10.0.60" />
12+
<PackageVersion Include="Microsoft.Maui.Controls" Version="10.0.51" />
1313
<PackageVersion Include="Microsoft.Extensions.Diagnostics" Version="10.0.0" />
1414
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
1515
<PackageVersion Include="SkiaSharp" Version="3.119.1" />

0 commit comments

Comments
 (0)