Skip to content

Commit

Permalink
🙈 set version to 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Feb 24, 2015
1 parent a460022 commit b17cf8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions MahApps.Metro/MahApps.Metro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>MahApps.Metro</id>
<version>1.0.0.0</version>
<version>1.1.0.0</version>
<title>MahApps.Metro</title>
<authors>Paul Jenkins; Jake Ginnivan; Brendan Forster (shiftkey); Alex Mitchell (Amrykid); Dennis Daume (flagbug); Jan Karger (punker76)</authors>
<owners>Paul Jenkins; Jake Ginnivan</owners>
<licenseUrl>http://www.opensource.org/licenses/MS-PL</licenseUrl>
<projectUrl>https://github.com/MahApps/MahApps.Metro</projectUrl>
<iconUrl>https://raw.githubusercontent.com/MahApps/MahApps.Metro/master/mahapps.metro.logo2.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" or "Modern" UI for their WPF4+ apps, with minimal effort.</description>
<summary>The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" or "Modern" UI for their WPF4+ apps, with minimal effort.</summary>
<description>The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" or "Modern UI" for their WPF4+ apps, with minimal effort.</description>
<summary>The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" or "Modern UI" for their WPF4+ apps, with minimal effort.</summary>
<releaseNotes />
<tags>WPF UI Metro</tags>
<tags>WPF UI Metro ModernUI XAML Toolkit Library .NET</tags>
</metadata>
<files>
<file src="bin\Release\MahApps.Metro.dll" target="lib\net40\MahApps.Metro.dll" />
Expand Down
10 changes: 4 additions & 6 deletions MahApps.Metro/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Windows;
using System.Windows.Markup;

[assembly: AssemblyCopyright("Copyright © MahApps.Metro 2014")]
[assembly: AssemblyCopyright("Copyright © MahApps.Metro 2011-2015")]
[assembly: ComVisible(false)]

[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
Expand All @@ -13,10 +13,8 @@
[assembly: XmlnsDefinition("http://metro.mahapps.com/winfx/xaml/shared", "MahApps.Metro.Converters")]
[assembly: XmlnsDefinition("http://metro.mahapps.com/winfx/xaml/controls", "MahApps.Metro.Controls")]

[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyTitleAttribute("MahApps.Metro")]
[assembly: AssemblyDescriptionAttribute("Toolkit for creating Metro styled WPF apps")]
[assembly: AssemblyProductAttribute("MahApps.Metro 1.0.1-ALPHA")]

[assembly: InternalsVisibleTo("Mahapps.Metro.Tests")]
[assembly: AssemblyProductAttribute("MahApps.Metro 1.1.0")]

0 comments on commit b17cf8d

Please sign in to comment.