Skip to content

Commit 12e8fc5

Browse files
update to 21.11
1 parent 6663932 commit 12e8fc5

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,16 @@ Extract Text & Images of a PDF document online https://products.aspose.app/pdf/p
2222
- Extract various elements of PDF files & make PDF documents optimized.
2323

2424
## Read & Write PDF Formats
25-
2625
PDF, EPUB, HTML, TeX, SVG, XML, XPS, FDF, XFDF
26+
2727
## Save PDF As
2828
XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
29+
2930
## Read PDF Formats
3031
MHT, PCL, PS, XSLFO, MD
3132

32-
## Enhancements in Version 21.10
33-
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .Net.
34-
35-
## Enhancements in Version 21.9
36-
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .Net.
33+
## Enhancements in Version 21.11
34+
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3735

3836
## Unit Tests
3937
Aspose PDF SDK includes a suite of unit tests. These Unit Tests also serves as examples of how to use the Aspose PDF SDK.
@@ -50,6 +48,7 @@ The DLLs included in the package may not be the latest version. We recommend usi
5048
Install-Package RestSharp
5149
Install-Package Newtonsoft.Json
5250
```
51+
5352
## Convert PDF to Epub in Dotnet
5453

5554
```csharp

src/Aspose.Pdf.Cloud.Sdk/Client/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private RestRequest PrepareRequest(
205205

206206
// add custom header
207207
request.AddHeader(AsposeClientHeaderName, ".net sdk");
208-
request.AddHeader(AsposeClientVersionHeaderName, "21.10.0");
208+
request.AddHeader(AsposeClientVersionHeaderName, "21.11.0");
209209

210210
// add header parameter, if any
211211
foreach(var param in headerParams)

src/Aspose.Pdf.Cloud.Sdk/Client/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public static String ToDebugReport()
222222
.GetReferencedAssemblies()
223223
.Where(x => x.Name == "System.Core").First().Version.ToString() + "\n";
224224
report += " Version of the API: 3.0\n";
225-
report += " SDK Package Version: 21.10.0\n";
225+
report += " SDK Package Version: 21.11.0\n";
226226

227227
return report;
228228
}

src/Aspose.Pdf.Cloud.Sdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("21.10.0")]
32-
[assembly: AssemblyFileVersion("21.10.0")]
31+
[assembly: AssemblyVersion("21.11.0")]
32+
[assembly: AssemblyFileVersion("21.11.0")]

0 commit comments

Comments
 (0)