Skip to content

Commit 23f45b1

Browse files
committed
GroupDocs.Conversion for .NET 24.11 samples update
1 parent 1b25a97 commit 23f45b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Examples/GroupDocs.Conversion.Examples.CSharp.Core/GroupDocs.Conversion.Examples.CSharp.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="AWSSDK.Core" Version="3.7.400.26" />
1818
<PackageReference Include="AWSSDK.S3" Version="3.7.403.5" />
1919
<PackageReference Include="Azure.Storage.Blobs" Version="12.22.1" />
20-
<PackageReference Include="GroupDocs.Conversion.CrossPlatform" Version="24.10.0" />
20+
<PackageReference Include="GroupDocs.Conversion.CrossPlatform" Version="24.11.0" />
2121
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
2222
</ItemGroup>
2323

Examples/GroupDocs.Conversion.Examples.CSharp.Framework/GroupDocs.Conversion.Examples.CSharp.Framework.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<Version>12.21.2</Version>
7070
</PackageReference>
7171
<PackageReference Include="GroupDocs.Conversion">
72-
<Version>24.10.0</Version>
72+
<Version>24.11.0</Version>
7373
</PackageReference>
7474
<PackageReference Include="StackExchange.Redis">
7575
<Version>2.8.0</Version>

Examples/GroupDocs.Conversion.Examples.CSharp/AdvancedUsage/Loading/LoadPasswordProtectedDocumentFluent.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static void Run()
1616
string outputFolder = Constants.GetOutputDirectoryPath();
1717
string outputFile = Path.Combine(outputFolder, "converted.pdf");
1818

19-
FluentConverter.Load(Constants.SAMPLE_DOCX_WITH_PASSWORD).WithOptions(() => new WordProcessingLoadOptions
19+
FluentConverter.Load(Constants.SAMPLE_DOCX_WITH_PASSWORD).WithOptions((LoadContext loadContext) => new WordProcessingLoadOptions
2020
{
2121
Password = "12345"
2222
})

0 commit comments

Comments
 (0)