Skip to content

Commit

Permalink
the next alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Feb 24, 2015
1 parent b17cf8d commit df66c96
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions MahApps.Metro/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
[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.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyTitleAttribute("MahApps.Metro")]
[assembly: AssemblyDescriptionAttribute("Toolkit for creating Metro styled WPF apps")]
[assembly: AssemblyProductAttribute("MahApps.Metro 1.1.0")]
[assembly: AssemblyProductAttribute("MahApps.Metro 1.1.1-ALPHA")]

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

0 comments on commit df66c96

Please sign in to comment.