Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rollForward": false
},
"jetbrains.resharper.globaltools": {
"version": "2026.2.0.1",
"version": "2026.2.0.2",
"commands": [
"jb"
],
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Deliberately NOT on SkiaSharp 4.x: Avalonia.Svg.Skia is still capped at 11.3.0, which
pulls Svg.Skia 3.0.2 and SkiaSharp.HarfBuzz 3.x. Forcing 4.x builds and starts, but puts
the whole SVG render path on a major version it never targeted. -->
<PackageVersion Include="SkiaSharp.NativeAssets.Linux" Version="4.151.0" />
<PackageVersion Include="SkiaSharp.NativeAssets.Linux" Version="4.151.1" />
</ItemGroup>
<ItemGroup>
<!-- Test + sample -->
Expand Down
Loading