-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathWebAPI.Testing.nuspec
More file actions
25 lines (25 loc) · 1.35 KB
/
WebAPI.Testing.nuspec
File metadata and controls
25 lines (25 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WebAPI.Testing</id>
<version>2.0.$buildnumber$</version>
<title>WebAPI.Testing</title>
<authors>Jonathan Channon, Dafydd Giddins</authors>
<owners>Jonathan Channon, Dafydd Giddins</owners>
<licenseUrl>https://github.com/jchannon/WebAPI.Testing/blob/master/licence.txt</licenseUrl>
<projectUrl>https://github.com/jchannon/WebAPI.Testing</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Allows full pipeline testing for ASP.Net Web API</description>
<summary>Allows full pipeline testing for ASP.Net Web API</summary>
<copyright>Copyright © 2012</copyright>
<dependencies>
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</dependencies>
</metadata>
<files>
<file src="src\WebAPI.Testing\bin\Release\WebAPI.Testing.dll" target="lib\net45\WebAPI.Testing.dll" />
<file src="src\WebAPI.Testing\bin\Release\WebAPI.Testing.pdb" target="lib\net45\WebAPI.Testing.pdb" />
</files>
</package>