forked from fluffynuts/NExpect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.nuspec
More file actions
37 lines (37 loc) · 1.97 KB
/
Package.nuspec
File metadata and controls
37 lines (37 loc) · 1.97 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<package>
<metadata>
<id>NExpect</id>
<version>1.0.78</version>
<title>NExpect</title>
<authors>Davyd McColl</authors>
<owners>Davyd McColl</owners>
<description>












Unit-test Framework-agnostic Expect-style assertions for .NET












</description>
<releaseNotes>












</releaseNotes>
<summary>












Provides Expect() syntax for doing assertions in .NET. Framework-agnostic, but will throw












NUnit AssertionExceptions for failures if available at runtime, otherwise UnmetExpectationExceptions.












NExpect has grammar inspired by Chai and extensibility inspired by Jasmine.












</summary>
<language>en-US</language>
<projectUrl>https://github.com/fluffynuts/NExpect</projectUrl>
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/fluffynuts/NExpect/blob/master/LICENSE</licenseUrl>
<copyright>Copyright 2017</copyright>
<dependencies>
<group targetFramework="net452"/>
</dependencies>
<references/>
<tags/>
</metadata>
<files>
<file src="src\NExpect\bin\Debug\NExpect.dll" target="lib\net452"/>
<file src="src\NExpect\bin\Debug\NExpect.xml" target="lib\net452"/>
<file src="src\NExpect.Standard\bin\Debug\netstandard1.6\NExpect.dll" target="lib\netstandard1.6"/>
<file src="src\NExpect.Standard\bin\Debug\netstandard1.6\NExpect.xml" target="lib\netstandard1.6"/>
</files>
</package>