-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathTestStack.FluentMVCTesting.nuspec
More file actions
49 lines (49 loc) · 1.64 KB
/
TestStack.FluentMVCTesting.nuspec
File metadata and controls
49 lines (49 loc) · 1.64 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version='1.0' encoding='UTF-8'?>
<package>
<metadata>
<id>
TestStack.FluentMVCTesting
</id>
<version>
1.0.0
</version>
<authors>
Robert Moore, TestStack
</authors>
<description>
Simple, terse, fluent unit testing of ASP.NET MVC Controllers.
ASP.NET MVC 5 version; install FluentMVCTesting.Mvc4 if you are using MVC4 or FluentMVCTesting.Mvc3 if you are using MVC 3.
</description>
<projectUrl>
https://github.com/TestStack/TestStack.FluentMVCTesting
</projectUrl>
<licenseUrl>
https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/LICENSE.txt
</licenseUrl>
<iconUrl>
https://raw.github.com/TestStack/TestStack.FluentMVCTesting/master/logo.png
</iconUrl>
<tags>
fluent, mvc, asp.net, testing, terse
</tags>
<language>
en-US
</language>
<dependencies>
<dependency id="Microsoft.AspNet.Mvc" version="5.2.2" />
</dependencies>
<releaseNotes>
For breaking changes from previous versions see
https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/BREAKING_CHANGES.md
</releaseNotes>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Web" targetFramework="net40" />
</frameworkAssemblies>
</metadata>
<files>
<file src="bin\Release\TestStack.FluentMVCTesting.dll" target="lib\NET45" />
<file src="bin\Release\TestStack.FluentMVCTesting.pdb" target="lib\NET45" />
<file src="**\*.cs" exclude="obj\**\*.*" target="src" />
<file src="readme.txt" target="" />
</files>
</package>