-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathProductiveRage.SqlProxyAndReplay.Client.nuspec
24 lines (24 loc) · 1.21 KB
/
ProductiveRage.SqlProxyAndReplay.Client.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>ProductiveRage.SqlProxyAndReplay.Client</id>
<title>ProductiveRage.SqlProxyAndReplay.Client</title>
<version>1.3.5</version>
<authors>ProductiveRage</authors>
<owners>ProductiveRage</owners>
<licenseUrl>https://github.com/ProductiveRage/SqlProxyAndReplay/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/ProductiveRage/SqlProxyAndReplay</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/6a1f781d4d5e2d50dcff04f8f049767a?s=200</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Service to performance test code by removing the database dependency, in order to always return consistent data for known queries - this is the Client package</description>
<copyright>Copyright 2016 ProductiveRage</copyright>
<tags>C# SQL WCF</tags>
<dependencies>
<dependency id="ProductiveRage.SqlProxyAndReplay.Interface" version="1.3.0" />
</dependencies>
</metadata>
<files>
<file src="ProductiveRage.SqlProxyAndReplay.DataProviderClient.dll" target="lib\net40" />
<file src="ProductiveRage.SqlProxyAndReplay.DataProviderClient.xml" target="lib\net40" />
</files>
</package>