Skip to content

Commit dcb08bc

Browse files
authored
Merge pull request #82 from aspose-pdf-cloud/develop
update to 23.3
2 parents 90d4407 + 14cd013 commit dcb08bc

File tree

7 files changed

+21
-17
lines changed

7 files changed

+21
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
3030
## Read PDF Formats
3131
MHT, PCL, PS, XSLFO, MD
3232

33-
## Enhancements in Version 23.2
33+
## Enhancements in Version 23.3
3434
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3535

3636
## Unit Tests

src/Aspose.Pdf.Cloud.Sdk/Aspose.Pdf.Cloud.Sdk.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<GenerateAssemblyKeyFile>false</GenerateAssemblyKeyFile>
1212
<Configurations>Debug;Release</Configurations>
1313
<PackageTags>QWERTY asdfgh</PackageTags>
14+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

src/Aspose.Pdf.Cloud.Sdk/Aspose.Pdf.Cloud.Sdk.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ OpenAPI spec version: 1.1
3838
<ErrorReport>prompt</ErrorReport>
3939
<WarningLevel>4</WarningLevel>
4040
<Prefer32Bit>false</Prefer32Bit>
41+
<DocumentationFile>bin\Release\$(AssemblyName).xml</DocumentationFile>
4142
</PropertyGroup>
4243
<ItemGroup>
4344
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

src/Aspose.Pdf.Cloud.Sdk/Aspose.Pdf.Cloud.Sdk.nuspec

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,21 @@
44
<!-- The identifier that must be unique within the hosting gallery -->
55
<id>Aspose.Pdf-Cloud</id>
66
<title>Aspose.PDF Cloud SDK for .NET</title>
7-
87
<!-- The package version number that is used when resolving dependencies -->
98
<version>$version$</version>
10-
119
<!-- Authors contain text that appears directly on the gallery -->
12-
<authors>Aspose.PDF Cloud team</authors>
13-
14-
<!-- Owners are typically nuget.org identities that allow gallery
15-
users to earily find other packages by the same owners. -->
16-
<owners>asposemarketplace</owners>
17-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<authors>Aspose</authors>
11+
<projectUrl>https://products.aspose.cloud/pdf/net/</projectUrl>
12+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1813
<developmentDependency>false</developmentDependency>
19-
<license type="file">license\LICENSE.TXT</license>
14+
<license type="file">license\LICENSE.txt</license>
2015
<icon>images\aspose_pdf-for-cloud.png</icon>
16+
<readme>README.md</readme>
17+
<copyright>© Aspose Pty Ltd 2001-2023. All Rights Reserved.</copyright>
18+
<repository>https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-dotnet</repository>
2119
<tags>Aspose.PDF Aspose.PDF-Cloud Aspose.Total-Cloud Cloud REST API PDF EPUB HTML TEX MHT PCL PS PostScript SVG XML XPS XSLFO MD Markdown XLS XLSX PPTX DOC DOCX EPUB HTML MobiXML SVG JPEG EMF PNG BMP GIF TIFF XML XPS Text FDF XFDF PDFA3 PDF-to-DOC PDF-to-DOCX PDF-to-HTML PDF-to-PDFA PDF-to-TIFF PDF-to-SVG PDF-to-EPUB PDF-to-PPTX PDF-to-TEX PDF-to-MobiXML PDF-to-XFA PDF-to-XML PDF-to-XPS PDF-to-XLS EPUB-to-PDF Web-to-PDF TEX-to-PDF MHT-to-PDF HTML-to-PDF PS-to-PDF PostScript-to-PDF XSIF-to-PDF XPS-to-PDF SVG-to-PDF DOC-to-PDF DOCX-to-PDF PCL-to-PDF XML-to-PDF Markdown-to-PDF MD-to-PDF Annotation Line-Annotation Circle-Annotation Square-Annotation Underline-Annotation Squiggly-Annotation PDF-Bookmark PDF-Link PDF-Attachment PDF-Document PDF-Page PDF-Form-Fields PDF-Text PDF-Image Replace-Text Fetch-Text Replace-Image Extract-Image Convert-PDF Convert Converter PDF-to-Image Create-PDF Convert-PDF Stamp PDF-OCR OCR-Layers .NET C# dotnet CSharp</tags>
22-
<!-- The description can be used in package manager UI. Note that the
23-
nuget.org gallery uses information you add in the portal. -->
20+
<releaseNotes>- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.</releaseNotes>
21+
<!-- The description can be used in package manager UI. Note that the nuget.org gallery uses information you add in the portal. -->
2422
<description>New version of Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others.
2523

2624
Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.
@@ -59,10 +57,14 @@ https://stackoverflow.com/questions/tagged/aspose.pdf</description>
5957
</metadata>
6058
<files>
6159
<file src="..\..\thirdpartylicenses-Aspose.PDF Cloud SDK for .NET.txt" target="license\" />
62-
<file src="..\..\LICENSE.TXT" target="license\" />
60+
<file src="..\..\LICENSE.txt" target="license\" />
6361
<file src="aspose_pdf-for-cloud.png" target="images\" />
6462
<file src="..\..\README.md" target="" />
6563
<file src="bin\Release\Aspose.Pdf.Cloud.Sdk.dll" target="lib\net4.5" />
64+
<file src="bin\Release\Aspose.Pdf.Cloud.Sdk.pdb" target="lib\net4.5" />
65+
<file src="bin\Release\Aspose.Pdf.Cloud.Sdk.xml" target="lib\net4.5" />
6666
<file src="..\..\build-out\bin\release\netstandard2.0\Aspose.Pdf.Cloud.Sdk.dll" target="lib\netstandard2.0" />
67+
<file src="..\..\build-out\bin\Release\netstandard2.0\Aspose.Pdf.Cloud.Sdk.pdb" target="lib\netstandard2.0" />
68+
<file src="..\..\build-out\bin\Release\netstandard2.0\Aspose.Pdf.Cloud.Sdk.xml" target="lib\netstandard2.0" />
6769
</files>
6870
</package>

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, "23.2.0");
208+
request.AddHeader(AsposeClientVersionHeaderName, "23.3.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
@@ -228,7 +228,7 @@ public static string ToDebugReport()
228228
.GetReferencedAssemblies()
229229
.Where(x => x.Name == "System.Core").First().Version.ToString() + "\n";
230230
report += " Version of the API: 3.0\n";
231-
report += " SDK Package Version: 23.2.0\n";
231+
report += " SDK Package Version: 23.3.0\n";
232232

233233
return report;
234234
}

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("23.2.0")]
32-
[assembly: AssemblyFileVersion("23.2.0")]
31+
[assembly: AssemblyVersion("23.3.0")]
32+
[assembly: AssemblyFileVersion("23.3.0")]

0 commit comments

Comments
 (0)