Skip to content

Commit

Permalink
📌 v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Dec 31, 2015
1 parent c50cef9 commit 6b44cbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MahApps.Metro/MahApps.Metro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>MahApps.Metro</id>
<version>1.1.2.0</version>
<version>1.2.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>
Expand Down
9 changes: 4 additions & 5 deletions MahApps.Metro/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Markup;

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

[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
Expand All @@ -13,9 +12,9 @@
[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.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyTitleAttribute("MahApps.Metro")]
[assembly: AssemblyDescriptionAttribute("Toolkit for creating Metro styled WPF apps")]
[assembly: AssemblyProductAttribute("MahApps.Metro 1.1.3-ALPHA")]
[assembly: AssemblyProductAttribute("MahApps.Metro 1.2.0")]
[assembly: AssemblyCompany("MahApps")]

4 comments on commit 6b44cbd

@punker76
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity MahApps :: MahApps.Metro PullRequests Build 1.2.1.22 is now running

@punker76
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity MahApps :: MahApps.Metro PullRequests Build 1.2.1.22 outcome was SUCCESS
Summary: Running Build time: 00:00:34

@punker76
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity MahApps :: MahApps.Metro PullRequests Build 1.2.1.24 is now running

@punker76
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity MahApps :: MahApps.Metro PullRequests Build 1.2.1.24 outcome was SUCCESS
Summary: Running Build time: 00:00:35

Please sign in to comment.