-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathFakeItEasy.1.11.0.nuspec
More file actions
19 lines (19 loc) · 1.36 KB
/
Copy pathFakeItEasy.1.11.0.nuspec
File metadata and controls
19 lines (19 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>FakeItEasy</id>
<version>1.11.0</version>
<title>Fake it Easy!</title>
<authors>Patrik Hägne</authors>
<owners>Patrik Hägne</owners>
<licenseUrl>https://github.com/FakeItEasy/FakeItEasy/blob/master/License.txt</licenseUrl>
<projectUrl>https://github.com/FakeItEasy/FakeItEasy/</projectUrl>
<iconUrl>https://raw.github.com/FakeItEasy/FakeItEasy/master/Resources/fakeiteasy_128x128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>It's faking amazing! The easy mocking framework for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze.</description>
<releaseNotes>Enhancment: Add generic type arguments to method signatures in exception messages - https://github.com/FakeItEasy/FakeItEasy/issues/100/
Enhancement: Better error message when faking internals without the InternalsVisibleTo() attribute - https://github.com/FakeItEasy/FakeItEasy/issues/98/</releaseNotes>
<language>en-US</language>
<tags>TDD unittesting mocks mocking fakes faking stubs stubbing spy spies doubles isolation substitutes substitution</tags>
</metadata>
</package>