-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebFormsTest.nuspec
More file actions
27 lines (27 loc) · 1.06 KB
/
WebFormsTest.nuspec
File metadata and controls
27 lines (27 loc) · 1.06 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
26
27
<?xml version="1.0"?>
<package >
<metadata>
<id>WebFormsTest</id>
<version>1.4-alpha01</version>
<title>WebFormsTest</title>
<authors>Jeffrey T. Fritz</authors>
<owners>csharpfritz</owners>
<licenseUrl>https://raw.githubusercontent.com/csharpfritz/WebFormsTest/master/LICENSE.txt</licenseUrl>
<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-alpha01 - 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>