forked from noocyte/proactima.jsonobject
-
Notifications
You must be signed in to change notification settings - Fork 1
/
proactima.jsonobject.nuspec
24 lines (24 loc) · 1.02 KB
/
proactima.jsonobject.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package >
<metadata>
<id>Proactima.Jsonobject</id>
<version>0.1.0</version>
<title>Proactima.Jsonobject</title>
<authors>UXRisk Scrum Team</authors>
<owners>Proactima Solutions AS</owners>
<licenseUrl>http://uxrisk.com/license</licenseUrl>
<projectUrl>http://uxrisk.com</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>All the shared code.</description>
<releaseNotes>Pretty cool!</releaseNotes>
<copyright>Copyright 2015</copyright>
<dependencies>
<dependency id="Newtonsoft.Json" version="7.0" />
</dependencies>
</metadata>
<files>
<file src="proactima.jsonobject\bin\Release\**\proactima.jsonobject*" target="lib" />
<file src="proactima.jsonobject\bin\Release\portable-net451+netcore451\proactima.jsonobject*" target="lib\portable-net451+netcore451" />
<file src="proactima.jsonobject\bin\Release\portable-net451+netcore451\proactima.jsonobject*" target="lib\portable46-net451+win81" />
</files>
</package>