diff --git a/nuget/Caliburn.Micro.Core.nuspec b/nuget/Caliburn.Micro.Core.nuspec index d9cb9dfa..4e50dd89 100644 --- a/nuget/Caliburn.Micro.Core.nuspec +++ b/nuget/Caliburn.Micro.Core.nuspec @@ -2,7 +2,7 @@ Caliburn.Micro.Core - 2.0.0 + 2.0.1 Rob Eisenberg, Marco Amendola, Chin Bae, Ryan Cromwell, Nigel Sampson, Thomas Ibel, Matt Hidinger A small, yet powerful framework designed for Xaml platforms, Caliburn.Micro implements a variety of UI patterns for solving real-world problems. Patterns that are highlighted include MVVM (Presentation Model), MVP and MVC. en-US diff --git a/nuget/Caliburn.Micro.Start.nuspec b/nuget/Caliburn.Micro.Start.nuspec index 9f22f281..6bb62f22 100644 --- a/nuget/Caliburn.Micro.Start.nuspec +++ b/nuget/Caliburn.Micro.Start.nuspec @@ -2,7 +2,7 @@ Caliburn.Micro.Start - 2.0.0 + 2.0.1 Rob Eisenberg, Marco Amendola, Chin Bae, Ryan Cromwell, Nigel Sampson, Thomas Ibel, Matt Hidinger A startup sample for Caliburn.Micro. en-US @@ -20,7 +20,7 @@ - + diff --git a/nuget/Caliburn.Micro.nuspec b/nuget/Caliburn.Micro.nuspec index cc60d9f0..567fa042 100644 --- a/nuget/Caliburn.Micro.nuspec +++ b/nuget/Caliburn.Micro.nuspec @@ -2,7 +2,7 @@ Caliburn.Micro - 2.0.0 + 2.0.1 Rob Eisenberg, Marco Amendola, Chin Bae, Ryan Cromwell, Nigel Sampson, Thomas Ibel, Matt Hidinger A small, yet powerful framework designed for Xaml platforms, Caliburn.Micro implements a variety of UI patterns for solving real-world problems. Patterns that are highlighted include MVVM (Presentation Model), MVP and MVC. en-US @@ -20,15 +20,15 @@ - + - + - + diff --git a/src/GlobalAssemblyInfo.cs b/src/GlobalAssemblyInfo.cs index aac62a13..ee73f0e0 100644 --- a/src/GlobalAssemblyInfo.cs +++ b/src/GlobalAssemblyInfo.cs @@ -7,5 +7,5 @@ [assembly: NeutralResourcesLanguage("en-US")] -[assembly: AssemblyVersion("2.0.0.6")] -[assembly: AssemblyFileVersion("2.0.0.6")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.1.0")]