Skip to content

Commit 58af24d

Browse files
committedFeb 26, 2013
added nuspec file
1 parent e5af2d5 commit 58af24d

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed
 

Diff for: ‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ build/
3131
deploy/
3232
docs/
3333
nuget/
34-
packages/
34+
packages/
35+
*.nupkg

Diff for: ‎src/WebApiContrib.Formatting.Razor/Properties/AssemblyInfo.cs

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("WebApiContrib.Formatting.Razor")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("Description")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("WebApiContrib.Formatting.Razor")]
@@ -31,6 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyVersion("0.9.8")]
35+
[assembly: AssemblyFileVersion("0.9.8")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>WebApiContrib Contributors</authors>
8+
<owners>ChrisMissal pedroreys panesofglass alexzeitler darrelmiller</owners>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<description>$description$</description>
11+
<projectUrl>https://github.com/WebApiContrib/WebApiContrib.Formatting.Razor</projectUrl>
12+
<licenseUrl>https://raw.github.com/WebApiContrib/WebApiContrib.Formatting.Razor/master/LICENSE.txt</licenseUrl>
13+
<copyright>Copyright © WebApiContrib 2012 - 2013</copyright>
14+
<tags>webapi webapicontrib razor</tags>
15+
</metadata>
16+
</package>

0 commit comments

Comments
 (0)