forked from XAMLMarkupExtensions/XAMLMarkupExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXAMLMarkupExtensions.nuspec
More file actions
22 lines (22 loc) · 1.19 KB
/
XAMLMarkupExtensions.nuspec
File metadata and controls
22 lines (22 loc) · 1.19 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 xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.1.6.3</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.0 and SL 5.0.</description>
<summary></summary>
<releaseNotes>* Fixes a bug related to DependencyProperties and SL.</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>