Skip to content

Commit 79b0349

Browse files
committed
Issue #29: create NuGet spec
Created a NuGet spec for the project so that it the package can be added.
1 parent 1bf2c15 commit 79b0349

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

src/WebApiContrib.Formatting.Xlsx/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("WebApiContrib.Formatting.Xlsx")]
9-
[assembly: AssemblyDescription("MS Excel extensions and utilities for Web API projects.")]
9+
[assembly: AssemblyDescription("Generate formatted, customisable Excel documents straight from ASP.NET Web API.")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("WebApiContrib")]
1212
[assembly: AssemblyProduct("WebApiContrib.Formatting.Xlsx")]
13-
[assembly: AssemblyCopyright("No rights reserved.")]
13+
[assembly: AssemblyCopyright("Copyright © WebApiContrib 2014")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>Jordan Gray</authors>
8+
<owners>WebApiContrib Team</owners>
9+
<licenseUrl>https://raw.githubusercontent.com/WebApiContrib/WebApiContrib.Formatting.Xlsx/master/LICENSE.txt</licenseUrl>
10+
<projectUrl>http://webapicontrib.github.io/WebApiContrib.Formatting.Xlsx/</projectUrl>
11+
<iconUrl>https://raw.githubusercontent.com/WebApiContrib/Inventory/master/assets/images/logo-200x200.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>Generate formatted, customisable Excel documents straight from ASP.NET Web API.</description>
14+
<releaseNotes>First NuGet release. See package documentation for features and GitHub project page for known issues.</releaseNotes>
15+
<copyright>2014 Jordan Gray, WebApiContrib team</copyright>
16+
<tags>webapi webapicontrib xlsx excel mediatypeformatter</tags>
17+
</metadata>
18+
</package>

0 commit comments

Comments
 (0)