forked from XAMLMarkupExtensions/XAMLMarkupExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XAMLMarkupExtensions.nuspec
22 lines (22 loc) · 1.18 KB
/
XAMLMarkupExtensions.nuspec
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 xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.2</version>
<authors>Uwe Mayer,Konrad Mattheis</authors>
<owners></owners>
<licenseUrl>http://xamlmarkupextensions.codeplex.com/license</licenseUrl>
<projectUrl>http://xamlmarkupextensions.codeplex.com/</projectUrl>
<id>XAMLMarkupExtensions</id>
<title>XAML Markup Extensions</title>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>A base class for nested markup extensions and a collection of useful extensions for WPF 3.5, 4.x and SL 5.0.</description>
<summary></summary>
<releaseNotes>* Introduces support for multiple UI threads.</releaseNotes>
<tags>WPF SL markup extension nesting</tags>
</metadata>
<files>
<file src="XAMLMarkupExtensions\BinWPF35\Release\XAMLMarkupExtensions.dll" target="lib\net35\XAMLMarkupExtensions.dll" />
<file src="XAMLMarkupExtensions\BinWPF\Release\XAMLMarkupExtensions.dll" target="lib\net40\XAMLMarkupExtensions.dll" />
<file src="XAMLMarkupExtensions\BinSL\Release\XAMLMarkupExtensions.dll" target="lib\sl50\XAMLMarkupExtensions.dll" />
</files>
</package>