-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTelerik.JustMock.Mef.dll.nuspec
More file actions
25 lines (24 loc) · 1009 Bytes
/
Copy pathTelerik.JustMock.Mef.dll.nuspec
File metadata and controls
25 lines (24 loc) · 1009 Bytes
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
<?xml version="1.0"?>
<package >
<metadata>
<id>JustMock.Mef</id>
<title>JustMock.Mef</title>
<version>1.1.1</version>
<authors>dragnev</authors>
<owners>dragnev</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<projectUrl>https://github.com/tailsu/Telerik.JustMock.Mef</projectUrl>
<iconUrl>http://www.telerik.com/sfimages/default-source/logos/jm_32x32.png?sfvrsn=2</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Export provider and mocking container for unit-testing MEF-based projects.</description>
<copyright>Copyright 2014</copyright>
<tags>justmock mef</tags>
<dependencies>
<dependency id="JustMock" version="1.0" />
</dependencies>
</metadata>
<files>
<file src="Telerik.JustMock.Mef\bin\Release\Telerik.JustMock.Mef.dll" target="lib/Net40"/>
<file src="Telerik.JustMock.Mef\bin\Release\Telerik.JustMock.Mef.xml" target="lib/Net40"/>
</files>
</package>