Skip to content

Commit

Permalink
added nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMissal committed Feb 26, 2013
1 parent ee63218 commit 50af033
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ build/
deploy/
docs/
nuget/
packages/
packages/
*.nupkg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("WebApiContrib.Formatting.JavaScriptSerializer")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Description")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WebApiContrib.Formatting.JavaScriptSerializer")]
Expand All @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]
[assembly: AssemblyVersion("0.9.4")]
[assembly: AssemblyFileVersion("0.9.4")]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>WebApiContrib Contributors</authors>
<owners>ChrisMissal pedroreys panesofglass alexzeitler darrelmiller</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<projectUrl>https://github.com/WebApiContrib/WebApiContrib.Formatting.JavaScriptSerializer</projectUrl>
<licenseUrl>https://raw.github.com/WebApiContrib/WebApiContrib.Formatting.JavaScriptSerializer/master/LICENSE.txt</licenseUrl>
<copyright>Copyright © WebApiContrib 2012 - 2013</copyright>
<tags>webapi webapicontrib javascriptserializer</tags>
</metadata>
</package>

0 comments on commit 50af033

Please sign in to comment.