Skip to content

Commit

Permalink
publish v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Mar 1, 2015
1 parent 914b7a3 commit 701176e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>MahApps.Metro.SimpleChildWindow</id>
<version>1.0.0.0</version>
<version>1.1.0.0</version>
<title>MahApps.Metro.SimpleChildWindow</title>
<authors>Jan Karger (punker76)</authors>
<owners>Jan Karger</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/punker76/MahApps.Metro.SimpleChildWindow</projectUrl>
<iconUrl>https://raw.github.com/punker76/MahApps.Metro.SimpleChildWindow/master/MahApps.Metro.SimpleChildWindow/MahApps.Metro.SimpleChildWindow.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A simple child window for MahApps.Metro the "Metro" or "Modern" UI for WPF4+ apps.</description>
<summary>A simple child window for MahApps.Metro the "Metro" or "Modern" UI for WPF4+ apps.</summary>
<description>A simple child window for MahApps.Metro the "Metro" or "Modern UI" for WPF4+ apps.</description>
<summary>A simple child window for MahApps.Metro the "Metro" or "Modern UI" for WPF4+ apps.</summary>
<releaseNotes/>
<tags>WPF UI Metro ModernUI</tags>
<tags>WPF UI Metro ModernUI XAML Toolkit Library .NET</tags>
<dependencies>
<dependency id="MahApps.Metro" version="1.0.0"/>
<dependency id="MahApps.Metro" version="1.1.1"/>
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MahApps.Metro.SimpleChildWindow")]
[assembly: AssemblyCopyright("Copyright © Jan Karger 2014")]
[assembly: AssemblyCopyright("Copyright © Jan Karger 2014-2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,5 +51,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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit 701176e

Please sign in to comment.