forked from jozefizso/SystemWrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystemInterface.nuspec
More file actions
22 lines (22 loc) · 1.1 KB
/
SystemInterface.nuspec
File metadata and controls
22 lines (22 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package>
<metadata>
<id>SystemWrapper.Interfaces</id>
<version>$Version$</version>
<authors>Jozef Izso, Yann Brulhart</authors>
<owners>Jozef Izso</owners>
<licenseUrl>https://github.com/jozefizso/SystemWrapper/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/jozefizso/SystemWrapper</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Set of interfaces of .NET system APIs that allows interaction mocking.</description>
<releaseNotes>New interfaces for areas like IO, Net, X509, Xml, Data, ActiveDirectory and SmtpClient.
Droped support for .NET 4.0</releaseNotes>
<copyright>Copyright (c) 2014-2016 Jozef Izso</copyright>
<tags>SystemWrapper mocks unit tests registry filesystem</tags>
</metadata>
<files>
<file src="..\bin\$Configuration$\net45\SystemInterface.*" target="lib\net45\" />
<file src="..\Build\*.cs" target="src\Build\" />
<file src="..\SystemInterface\**\*.cs" target="src\SystemInterface\" exclude="..\SystemInterface\obj\**;..\SystemInterface\bin\**" />
</files>
</package>