File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
src/WebApiContrib.Formatting.Xlsx Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
8
[ 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." ) ]
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "WebApiContrib" ) ]
12
12
[ assembly: AssemblyProduct ( "WebApiContrib.Formatting.Xlsx" ) ]
13
- [ assembly: AssemblyCopyright ( "No rights reserved. " ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © WebApiContrib 2014 " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments