Skip to content

Commit

Permalink
Bump SkiaSharp from 2.88.5 to 2.88.6 in /samples/Forms/SkiaSharpDemo.WPF
Browse files Browse the repository at this point in the history
Bumps [SkiaSharp](https://github.com/mono/SkiaSharp) from 2.88.5 to 2.88.6.
- [Release notes](https://github.com/mono/SkiaSharp/releases)
- [Commits](mono/SkiaSharp@v2.88.5...v2.88.6)

---
updated-dependencies:
- dependency-name: SkiaSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 8b5d7bd commit 13d2913
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/Forms/SkiaSharpDemo.WPF/SkiaSharpDemo.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="HarfBuzzSharp" Version="2.8.2.5" />
<PackageReference Include="SkiaSharp" Version="2.88.5" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.88.5" />
<PackageReference Include="SkiaSharp.Views.Forms.WPF" Version="2.88.5" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
Expand Down
2 changes: 1 addition & 1 deletion samples/Forms/SkiaSharpDemo/SkiaSharpDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="HarfBuzzSharp" Version="2.8.2.5" />
<PackageReference Include="NLipsum" Version="1.1.0" />
<PackageReference Include="SkiaSharp" Version="2.88.5" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
<PackageReference Include="SkiaSharp.Views.Forms" Version="2.88.5" />
<PackageReference Include="Svg.Skia" Version="1.0.0.1" />
<PackageReference Include="Topten.RichTextKit" Version="0.4.166" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp" Version="2.88.5" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
<PackageReference Include="SkiaSharp.Skottie" Version="2.88.5" />
<PackageReference Include="SkiaSharp.Views.Forms.WPF" Version="2.88.5" />
<PackageReference Include="Xamarin.Forms.Platform.WPF" Version="5.0.0.2612" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp" Version="2.88.5" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
<PackageReference Include="SkiaSharp.Skottie" Version="2.88.5" />
<PackageReference Include="SkiaSharp.Views.Forms" Version="2.88.5" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
Expand Down
2 changes: 1 addition & 1 deletion source/SkiaSharp.Extended/SkiaSharp.Extended.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp" Version="2.88.5" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
</ItemGroup>

</Project>

0 comments on commit 13d2913

Please sign in to comment.