Skip to content

Commit 734ccf0

Browse files
Merge pull request #96 from DharanitharanA/master
920717-Ensured latest Skiasharp and updated PowerPoint GitHub samples
2 parents 8cdf640 + 1fbe2e1 commit 734ccf0

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Blazor/WASM-app/Convert-PPTX-to-Image/Convert-PPTX-to-Image.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.7" />
1111
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.7" PrivateAssets="all" />
12-
<PackageReference Include="SkiaSharp.Views.Blazor" Version="2.88.6" />
12+
<PackageReference Include="SkiaSharp.Views.Blazor" Version="2.88.8" />
1313
<PackageReference Include="Syncfusion.PresentationRenderer.Net.Core" Version="*" />
1414
</ItemGroup>
1515

PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Blazor/WASM-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Steps to convert PowerPoint to images in Blazor WebAssembly (WASM)
88

99
1. Create a new C# Blazor WebAssembly App in Visual Studio.
1010
2. Install the [Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core) NuGet package as a reference to your Blazor application from [NuGet.org](https://www.nuget.org/).
11-
3. Install the [SkiaSharp.Views.Blazor v2.88.6](https://www.nuget.org/packages/SkiaSharp.Views.Blazor/2.88.6) NuGet package as a reference to your Blazor application from [NuGet.org](https://www.nuget.org/).
11+
3. Install the [SkiaSharp.Views.Blazor v2.88.8](https://www.nuget.org/packages/SkiaSharp.Views.Blazor/2.88.8) NuGet package as a reference to your Blazor application from [NuGet.org](https://www.nuget.org/).
1212

1313
N> Install this `wasm-tools` and `wasm-tools-net6` by using `dotnet workload install wasm-tools` and `dotnet workload install wasm-tools-net6` commands in your command prompt respectively, while facing issues related to skiasharp, during runtime.
1414

PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Linux/Convert-PowerPoint-Presentation-to-Image/Convert-PowerPoint-Presentation-to-Image.csproj

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

1111
<ItemGroup>
12-
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.6" />
13-
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="7.3.0" />
12+
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.8" />
13+
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="7.3.0.2" />
1414
<PackageReference Include="Syncfusion.PresentationRenderer.Net.Core" Version="*" />
1515
</ItemGroup>
1616
</Project>

PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Blazor/WASM-app/Convert-PPTX-to-PDF/Convert-PPTX-to-PDF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.7" />
1919
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.7" PrivateAssets="all" />
20-
<PackageReference Include="SkiaSharp.Views.Blazor" Version="2.88.6" />
20+
<PackageReference Include="SkiaSharp.Views.Blazor" Version="2.88.8" />
2121
<PackageReference Include="Syncfusion.PresentationRenderer.Net.Core" Version="*" />
2222
</ItemGroup>
2323

PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Blazor/WASM-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Steps to convert PowerPoint to PDF in Blazor WebAssembly (WASM)
88

99
1. Create a new C# Blazor WebAssembly App in Visual Studio.
1010
2. Install the [Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core) NuGet package as a reference to your Blazor application from [NuGet.org](https://www.nuget.org/).
11-
3. Install the [SkiaSharp.Views.Blazor v2.88.6](https://www.nuget.org/packages/SkiaSharp.Views.Blazor/2.88.6) NuGet package as a reference to your Blazor application from [NuGet.org](https://www.nuget.org/).
11+
3. Install the [SkiaSharp.Views.Blazor v2.88.8](https://www.nuget.org/packages/SkiaSharp.Views.Blazor/2.88.8) NuGet package as a reference to your Blazor application from [NuGet.org](https://www.nuget.org/).
1212

1313
N> Install this `wasm-tools` and `wasm-tools-net6` by using `dotnet workload install wasm-tools` and `dotnet workload install wasm-tools-net6` commands in your command prompt respectively, while facing issues related to skiasharp, during runtime.
1414

PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Linux/Convert-PowerPoint-Presentation-to-PDF/Convert-PowerPoint-Presentation-to-PDF.csproj

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

1111
<ItemGroup>
12-
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="7.3.0" />
13-
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.6" />
12+
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="7.3.0.2" />
13+
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.8" />
1414
<PackageReference Include="Syncfusion.PresentationRenderer.Net.Core" Version="*" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)