Skip to content

Commit ca0b26b

Browse files
committed
Update to v18.11
1 parent 904b592 commit ca0b26b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Aspose.Pdf for Cloud
22

33
- API version: 2.0
4-
- SDK version: 18.10.0
4+
- SDK version: 18.11.0
55

66
[Aspose.Pdf for Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of Pdf documents in the cloud.
77

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: 2.0\n";
225-
report += " SDK Package Version: 18.10.0\n";
225+
report += " SDK Package Version: 18.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("18.10.0")]
32-
[assembly: AssemblyFileVersion("18.10.0")]
31+
[assembly: AssemblyVersion("18.11.0")]
32+
[assembly: AssemblyFileVersion("18.11.0")]

0 commit comments

Comments
 (0)