Skip to content

Commit

Permalink
Merge pull request #120 from WebApiContrib/dev
Browse files Browse the repository at this point in the history
Fixing nuspec
  • Loading branch information
glennblock committed Mar 2, 2016
2 parents a6eda8e + f9e74c5 commit 3238d33
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/CollectionJson/CollectionJson.nuspec
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>CollectionJson</id>
<version>$version$</version>
<title>Collection+Json Object Model</title>
<authors>Glenn Block</authors>
<owners>Glenn Block</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<projectUrl>https://github.com/WebApiContrib/CollectionJson</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Includes classes for Collection+Json documents as well as document reader and writer abstraction</description>
<summary>An object model and helpers for supporting Collection+Json consumption and generation.</summary>
<copyright>2013 Glenn Block</copyright>
<tags>collectionjson</tags>
</metadata>
<dependencies>
<metadata>
<id>CollectionJson</id>
<version>$version$</version>
<title>Collection+Json Object Model</title>
<authors>Glenn Block</authors>
<owners>Glenn Block</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<projectUrl>https://github.com/WebApiContrib/CollectionJson</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Includes classes for Collection+Json documents as well as document reader and writer abstraction</description>
<summary>An object model and helpers for supporting Collection+Json consumption and generation.</summary>
<copyright>2013 Glenn Block</copyright>
<tags>collectionjson</tags>
<dependencies>
<dependency id="DynamicUtils" version="1.0.1" />
</dependencies>
<files>
<file src="bin\Release\CollectionJson.dll" target="lib\portable-net40+sl50+win8+wpa81+wp8+monotouch+monoandroid" />
</files>
</metadata>
<files>
<file src="bin\Release\CollectionJson.dll" target="lib\portable-net40+sl50+win8+wpa81+wp8+monotouch+monoandroid" />
</files>
</package>

0 comments on commit 3238d33

Please sign in to comment.