-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathWebFormsTest.nuspec
27 lines (27 loc) · 1015 Bytes
/
WebFormsTest.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
25
26
27
<?xml version="1.0"?>
<package >
<metadata>
<id>WebFormsTest</id>
<version>1.4</version>
<title>WebFormsTest</title>
<authors>Jeffrey T. Fritz</authors>
<owners>csharpfritz</owners>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/csharpfritz/WebFormsTest</projectUrl>
<!--
TODO: Get cool icon
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Unit Test Harness for ASP.NET Web Forms objects</description>
<summary>Unit test harness to assist in testing code-behind files in ASP.NET Web Forms projects</summary>
<releaseNotes>v1.4 - Introducing synchronous model binding SelectMethod support</releaseNotes>
<tags>asp.net test unittest</tags>
<dependencies>
<dependency id="Mono.Cecil" version="[0.9.6.1,1.0)"/>
</dependencies>
</metadata>
<files>
<file src="WebFormsTest\bin\Release\Fritz.WebFormsTest.dll" target="lib\net40" />
</files>
</package>