Skip to content

Commit

Permalink
add Aspose.Cells-Cloud.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nickliuaspose committed Feb 26, 2018
1 parent 43e4455 commit bd8ad3c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@

Aspose.Cells-Cloud.*.nupkg
Temp/
obj/
classes/
Expand Down
22 changes: 22 additions & 0 deletions Aspose.Cells-Cloud.nuspec
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Aspose.Cells-Cloud</id>
<version>18.2</version>
<title>Aspose.Cells Cloud SDK for .NET</title>
<authors>Naeem</authors>
<owners>asposecloud</owners>
<iconUrl>http://www.aspose.com/Images/aspose_cells_for_cloud_140px.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Aspose.Cells Cloud for .NET is a spreadsheet programming SDK that allows software developers to manipulate and convert spreadsheet files from within their own applications. A Wrapper of RESTfull APIs, Aspose.Cells Cloud for .NET speeds up Microsoft Excel programming and conversion.</description>
<copyright>Aspose 2002-2018. All Rights Reserved.</copyright>
<tags>Excel Spreadsheet Aspose.Cells XLS XLSX TXT ODS</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="9.0.0.0" />
<dependency id="RestSharp" version="105.1.0.0" />
</dependencies>
</metadata>
<files>
<file src="Aspose.Cells.Cloud.SDK\bin\Release\Aspose.Cells.Cloud.SDK.dll" target="lib\net4.5" />
</files>
</package>
4 changes: 4 additions & 0 deletions release_Nuspec.bat
@@ -0,0 +1,4 @@
@echo off
TITLE Aspose.Cells-Cloud Publish
.nuget\nuget pack Aspose.Cells-Cloud.nuspec
pause

0 comments on commit bd8ad3c

Please sign in to comment.