-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from WebApiContrib/dev
Fixing nuspec
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |