Skip to content

Commit

Permalink
also update skiasharp views to 2.88.6
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-rodriguez committed Sep 24, 2023
1 parent f5bdea8 commit 52ce563
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion samples/BlazorSample/Pages/Axes/LabelsFormat2.razor
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

protected async override Task OnInitializedAsync()
{
// On .net7, SkiaSharp 2.88.5 and SkiaSharp.HarfBuzz 2.88.5 the MatchCharacter does not load the font.
// On .net7, SkiaSharp 2.88.6 and SkiaSharp.HarfBuzz 2.88.6 the MatchCharacter does not load the font.
// The MatchCharacter function loads a font from the system,
// it seems that on WASM we must load the font manually.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp.Views.Forms" Version="2.88.5" />
<PackageReference Include="SkiaSharp.Views.Forms" Version="2.88.6" />
<PackageReference Include="Xamarin.Essentials" Version="1.6.0" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.1874" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

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

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SkiaSharp.Views.Blazor" Version="2.88.5" />
<PackageReference Include="SkiaSharp.Views.Blazor" Version="2.88.6" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp.Views.Maui.Controls.Compatibility" Version="2.88.5" />
<PackageReference Include="SkiaSharp.Views.Maui.Controls.Compatibility" Version="2.88.6" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@

<dependencies>
<group targetFramework="net6.0">
<dependency id="SkiaSharp.Views.Maui.Controls.Compatibility" version="2.88.5" />
<dependency id="SkiaSharp.Views.Maui.Controls.Compatibility" version="2.88.6" />
<dependency id="LiveChartsCore.SkiaSharpView" version="2.0.0-rc1" />
</group>
<group targetFramework="net6.0-ios13.6">
<dependency id="SkiaSharp.Views.Maui.Controls.Compatibility" version="2.88.5" />
<dependency id="SkiaSharp.Views.Maui.Controls.Compatibility" version="2.88.6" />
<dependency id="LiveChartsCore.SkiaSharpView" version="2.0.0-rc1" />
</group>
<group targetFramework="net6.0-maccatalyst13.5">
<dependency id="SkiaSharp.Views.Maui.Controls.Compatibility" version="2.88.5" />
<dependency id="SkiaSharp.Views.Maui.Controls.Compatibility" version="2.88.6" />
<dependency id="LiveChartsCore.SkiaSharpView" version="2.0.0-rc1" />
</group>
<group targetFramework="net6.0-android30.0">
<dependency id="SkiaSharp.Views.Maui.Controls.Compatibility" version="2.88.5" />
<dependency id="SkiaSharp.Views.Maui.Controls.Compatibility" version="2.88.6" />
<dependency id="LiveChartsCore.SkiaSharpView" version="2.0.0-rc1" />
</group>
<group targetFramework="net6.0-windows10.0.18362">
<dependency id="SkiaSharp.Views.Maui.Controls.Compatibility" version="2.88.5" />
<dependency id="SkiaSharp.Views.Maui.Controls.Compatibility" version="2.88.6" />
<dependency id="LiveChartsCore.SkiaSharpView" version="2.0.0-rc1" />
</group>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Condition="!$(TargetFramework.Contains('-windows'))" Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.5" />
<PackageReference Condition="$(TargetFramework.Contains('-windows'))" Include="SkiaSharp.Views.WinUI" Version="2.88.5" />
<PackageReference Condition="!$(TargetFramework.Contains('-windows'))" Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.6" />
<PackageReference Condition="$(TargetFramework.Contains('-windows'))" Include="SkiaSharp.Views.WinUI" Version="2.88.6" />
<PackageReference Include="Uno.WinUI" Version="4.9.17" />
</ItemGroup>
<Choose>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ItemGroup>
<PackageReference Include="Uno.UI" Version="4.2.6" />
<PackageReference Include="SkiaSharp.Views.Uno">
<Version>2.88.5</Version>
<Version>2.88.6</Version>
</PackageReference>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.5" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22000.194" />
<PackageReference Include="SkiaSharp.Views.WinUI" Version="2.88.5" />
<PackageReference Include="SkiaSharp.Views.WinUI" Version="2.88.6" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<dependencies>
<group targetFramework="net6.0-windows10.0.19041">
<dependency id="SkiaSharp.Views.WinUI" version="2.88.5" />
<dependency id="SkiaSharp.Views.WinUI" version="2.88.6" />
<dependency id="LiveChartsCore" version="2.0.0-rc1" />
<dependency id="LiveChartsCore.SkiaSharpView" version="2.0.0-rc1" />
</group>
Expand Down

0 comments on commit 52ce563

Please sign in to comment.