Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
nuget package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
paultyng committed Nov 1, 2011
1 parent e94902b commit 0f7f182
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions FluentJson/FluentJson.csproj
Expand Up @@ -51,6 +51,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="FluentJson.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
17 changes: 17 additions & 0 deletions FluentJson/FluentJson.nuspec
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>fluentjson.net</id>
<version>$version$</version>
<title>FluentJSON.NET</title>
<authors>$author$</authors>
<owners>Paul Tyng</owners>
<licenseUrl>https://raw.github.com/paultyng/FluentJson.NET/master/license.txt</licenseUrl>
<projectUrl>http://github.com/paultyng/FluentJson.NET</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Initial version.</releaseNotes>
<copyright>Copyright 2011</copyright>
<tags>Knockout JSON.NET JSON Knockoutjs</tags>
</metadata>
</package>
10 changes: 5 additions & 5 deletions FluentJson/Properties/AssemblyInfo.cs
Expand Up @@ -5,12 +5,12 @@
// 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("FluentJson")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("FluentJson.NET")]
[assembly: AssemblyDescription("A Fluent JSON library for building Knockout view models (or any other JSON object) built on top of JSON.NET.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("FluentJson")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
[assembly: AssemblyCompany("Paul Tyng")]
[assembly: AssemblyProduct("FluentJson.NET")]
[assembly: AssemblyCopyright("Copyright © Paul Tyng 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
1 change: 1 addition & 0 deletions FluentJson/build package.bat
@@ -0,0 +1 @@
nuget pack fluentjson.csproj -Prop Configuration=Release

0 comments on commit 0f7f182

Please sign in to comment.