Skip to content

Commit

Permalink
* Package published
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCircuit committed May 4, 2016
1 parent a04f6cf commit f75749a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions XAMLMarkupExtensions.nuspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.2.1.4</version>
<version>1.2.2</version>
<authors>Uwe Mayer,Konrad Mattheis,Bernhard Millauer</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>
<description>A base class for nested markup extensions and a collection of useful extensions for WPF 3.5 and 4.x.</description>
<summary></summary>
<releaseNotes>* A fix for https://github.com/SeriousM/WPFLocalizationExtension/issues/79</releaseNotes>
<tags>WPF SL markup extension nesting</tags>
<releaseNotes>* Drop of SL support</releaseNotes>
<tags>WPF markup extension nesting</tags>
</metadata>
<files>
<file src="XAMLMarkupExtensions\BinWPF35\Release\XAMLMarkupExtensions.dll" target="lib\net35\XAMLMarkupExtensions.dll" />
Expand All @@ -21,8 +21,5 @@
<file src="XAMLMarkupExtensions\BinWPF\Release\XAMLMarkupExtensions.dll" target="lib\net40\XAMLMarkupExtensions.dll" />
<file src="XAMLMarkupExtensions\BinWPF\Release\XAMLMarkupExtensions.pdb" target="lib\net40\XAMLMarkupExtensions.pdb" />
<file src="XAMLMarkupExtensions\BinWPF\Release\XAMLMarkupExtensions.xml" target="lib\net40\XAMLMarkupExtensions.xml" />
<file src="XAMLMarkupExtensions\BinSL\Release\XAMLMarkupExtensions.dll" target="lib\sl50\XAMLMarkupExtensions.dll" />
<file src="XAMLMarkupExtensions\BinSL\Release\XAMLMarkupExtensions.pdb" target="lib\sl50\XAMLMarkupExtensions.pdb" />
<file src="XAMLMarkupExtensions\BinSL\Release\XAMLMarkupExtensions.xml" target="lib\sl50\XAMLMarkupExtensions.xml" />
</files>
</package>
4 changes: 2 additions & 2 deletions XAMLMarkupExtensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.4")]
[assembly: AssemblyFileVersion("1.2.1.4")]
[assembly: AssemblyVersion("1.2.2")]
[assembly: AssemblyFileVersion("1.2.2")]

0 comments on commit f75749a

Please sign in to comment.