forked from hibri/HttpMock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHttpMock.nuspec
More file actions
24 lines (24 loc) · 2.28 KB
/
HttpMock.nuspec
File metadata and controls
24 lines (24 loc) · 2.28 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
<?xml version="1.0" encoding="utf-16"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>HttpMock</id>
<version>1.3.3</version>
<title>HttpMock</title>
<authors>Hibri Marzook</authors>
<owners>Hibri Marzook</owners>
<projectUrl>https://github.com/hibri/HttpMock</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A library for creating Http servers on the fly in tests and stubbing responses</description>
<summary>A library for creating Http servers on the fly in tests and stubbing responses</summary>
<tags>httpmock testing stubs http fluent</tags>
<dependencies>
<dependency id="Kayak" version="0.7.2" />
<dependency id="log4net" version="2.0.5" />
<dependency id="NUnit" version="3.4.1" />
</dependencies>
</metadata>
<files>
<file src="src\HttpMock\bin\release\HttpMock.dll" target="lib\net45" />
<file src="src\HttpMock\bin\release\HttpMock.pdb" target="lib\net45" />
</files>
</package>