-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAspose.Cells-Cloud.nuspec
27 lines (27 loc) · 1.61 KB
/
Aspose.Cells-Cloud.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Aspose.Cells-Cloud</id>
<version>23.7</version>
<title>Aspose.Cells Cloud SDK for .NET</title>
<authors>Aspose</authors>
<owners>asposecloud</owners>
<iconUrl>https://www.aspose.cloud/templates/asposecloud/App_Themes/V3/images/sdk/272x272/aspose_cells-for-net.png</iconUrl>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://products.aspose.cloud/cells/family</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>Aspose.Cells Cloud SDK for .NET.</summary>
<description>A powerful and fast Aspose.Cells cloud SDK library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files. </description>
<releaseNotes>https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/releases/tag/23.7</releaseNotes>
<copyright>Aspose 2002-2023. All Rights Reserved.</copyright>
<tags>Cloud REST API Excel XLS XLSX XLSB CSV to PDF JPG PNG HTML ODS Numbers XLSM OOXML Spreadsheet Markdown XPS DOCX PPTX MHTML JSON SVG TIFF</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="11.0.2.0" />
<dependency id="RestSharp" version="106.2.2.0" />
</dependencies>
</metadata>
<files>
<file src="Aspose.Cells.Cloud.SDK\bin\Release\net4.5.2\Aspose.Cells.Cloud.SDK.dll" target="lib\net4.5.2" />
<file src="Aspose.Cells.Cloud.SDK\bin\Release\netstandard2.0\Aspose.Cells.Cloud.SDK.dll" target="lib\netstandard2.0" />
</files>
</package>