Skip to content

Commit 3238d33

Browse files
committed
Merge pull request #120 from WebApiContrib/dev
Fixing nuspec
2 parents a6eda8e + f9e74c5 commit 3238d33

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3-
<metadata>
4-
<id>CollectionJson</id>
5-
<version>$version$</version>
6-
<title>Collection+Json Object Model</title>
7-
<authors>Glenn Block</authors>
8-
<owners>Glenn Block</owners>
9-
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
10-
<projectUrl>https://github.com/WebApiContrib/CollectionJson</projectUrl>
11-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>Includes classes for Collection+Json documents as well as document reader and writer abstraction</description>
13-
<summary>An object model and helpers for supporting Collection+Json consumption and generation.</summary>
14-
<copyright>2013 Glenn Block</copyright>
15-
<tags>collectionjson</tags>
16-
</metadata>
17-
<dependencies>
3+
<metadata>
4+
<id>CollectionJson</id>
5+
<version>$version$</version>
6+
<title>Collection+Json Object Model</title>
7+
<authors>Glenn Block</authors>
8+
<owners>Glenn Block</owners>
9+
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
10+
<projectUrl>https://github.com/WebApiContrib/CollectionJson</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>Includes classes for Collection+Json documents as well as document reader and writer abstraction</description>
13+
<summary>An object model and helpers for supporting Collection+Json consumption and generation.</summary>
14+
<copyright>2013 Glenn Block</copyright>
15+
<tags>collectionjson</tags>
16+
<dependencies>
1817
<dependency id="DynamicUtils" version="1.0.1" />
1918
</dependencies>
20-
<files>
21-
<file src="bin\Release\CollectionJson.dll" target="lib\portable-net40+sl50+win8+wpa81+wp8+monotouch+monoandroid" />
22-
</files>
19+
</metadata>
20+
<files>
21+
<file src="bin\Release\CollectionJson.dll" target="lib\portable-net40+sl50+win8+wpa81+wp8+monotouch+monoandroid" />
22+
</files>
2323
</package>

0 commit comments

Comments
 (0)