Skip to content

Commit c466d99

Browse files
Bump Avalonia 11.3.14 -> 11.3.17 (in-line patch)
Patch bump within the 11.3.x line for the core Avalonia packages (Avalonia, Desktop, Themes.Fluent, Fonts.Inter, Diagnostics). No breaking changes; ScottPlot.Avalonia 5.1.58 (Avalonia >= 11.3.4) supports it, so the Query Store charts keep working. DataGrid (11.3.13) and AvaloniaEdit/TextMate (11.4.1) are already at their latest 11.x and unchanged. The Avalonia 12 jump remains parked on branch upgrade/avalonia-12 pending ScottPlot v12 support. Builds clean (0 errors, no NuGet downgrade/conflict); app launches and renders on 11.3.17. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3e33ed7 commit c466d99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/PlanViewer.App/PlanViewer.App.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Avalonia" Version="11.3.14" />
12+
<PackageReference Include="Avalonia" Version="11.3.17" />
1313
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.4.1" />
1414
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.3.13" />
1515
<PackageReference Include="ScottPlot.Avalonia" Version="5.1.58" />
16-
<PackageReference Include="Avalonia.Desktop" Version="11.3.14" />
17-
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.14" />
18-
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.14" />
16+
<PackageReference Include="Avalonia.Desktop" Version="11.3.17" />
17+
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.17" />
18+
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.17" />
1919
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
20-
<PackageReference Include="Avalonia.Diagnostics" Version="11.3.14">
20+
<PackageReference Include="Avalonia.Diagnostics" Version="11.3.17">
2121
<IncludeAssets Condition="'$(Configuration)' != 'Debug'">None</IncludeAssets>
2222
<PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)