Skip to content

Commit ac4c373

Browse files
authored
bump SkiaSharp to 2.88.8 (#2092)
1 parent ddbab17 commit ac4c373

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file.
2525
- Move example projects to .NET Framework 4.6.2 and .NET 6.0 (#1937)
2626
- Run tests on both .NET Framework 4.6.2 and .NET 6.0 (#1937)
2727
- Add support for .NET 8.0
28-
- Update SkiaSharp to Version 2.88.6
28+
- Update SkiaSharp to Version 2.88.8
2929
- AxisRendererBase is now generic
3030
- DateTimeAxis.ToDateTime(double value) is now obsolete, replacements are provided (related to #2061)
3131
- Modify some of the examples to make them deterministic

Source/OxyPlot.SkiaSharp.Wpf/OxyPlot.SkiaSharp.Wpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyOriginatorKeyFile>OxyPlot.SkiaSharp.Wpf.snk</AssemblyOriginatorKeyFile>
1212
</PropertyGroup>
1313
<ItemGroup>
14-
<PackageReference Include="SkiaSharp.Views.Desktop.Common" Version="2.88.6" />
14+
<PackageReference Include="SkiaSharp.Views.Desktop.Common" Version="2.88.8" />
1515
<None Include="OxyPlot.SkiaSharp.Wpf.snk" />
1616
<None Include="VisualStudioToolsManifest.xml" Pack="true" PackagePath="tools" />
1717
</ItemGroup>

Source/OxyPlot.SkiaSharp/OxyPlot.SkiaSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<AssemblyOriginatorKeyFile>OxyPlot.SkiaSharp.snk</AssemblyOriginatorKeyFile>
1414
</PropertyGroup>
1515
<ItemGroup>
16-
<PackageReference Include="SkiaSharp" Version="2.88.6" />
17-
<PackageReference Include="SkiaSharp.HarfBuzz" Version="2.88.6" />
16+
<PackageReference Include="SkiaSharp" Version="2.88.8" />
17+
<PackageReference Include="SkiaSharp.HarfBuzz" Version="2.88.8" />
1818
</ItemGroup>
1919
<ItemGroup>
2020
<None Include="OxyPlot.SkiaSharp.snk" />

0 commit comments

Comments
 (0)