forked from machine/machine.specifications.fakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmachine.fakes.nuspec
20 lines (20 loc) · 1.29 KB
/
machine.fakes.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<description>
Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model for fake frameworks. @description@
</description>
<id>@project@</id>
<version>@build.number@</version>
<authors>@authors@</authors>
<owners>@authors@</owners>
<language>en-US</language>
<summary>@summary@</summary>
<iconUrl>https://github.com/machine/machine.fakes/raw/master/machine.fakes-128x128.png</iconUrl>
<projectUrl>https://github.com/machine/machine.fakes</projectUrl>
<licenseUrl>https://github.com/machine/machine.fakes/raw/master/License.txt</licenseUrl>
<tags>tdd bdd testing unittest fakes mocks mspec mfakes</tags>
<releaseNotes>See https://github.com/machine/machine.fakes/blob/master/changelog.markdown</releaseNotes>
@dependencies@
</metadata>
</package>