From 773ca144b9828aa03313c763f4cc928cc40c9653 Mon Sep 17 00:00:00 2001 From: Thomas Ibel Date: Sat, 9 Aug 2014 11:22:22 +0200 Subject: [PATCH] update version --- nuget/Caliburn.Micro.Core.nuspec | 2 +- nuget/Caliburn.Micro.Start.nuspec | 4 ++-- nuget/Caliburn.Micro.nuspec | 8 ++++---- src/GlobalAssemblyInfo.cs | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nuget/Caliburn.Micro.Core.nuspec b/nuget/Caliburn.Micro.Core.nuspec index d9cb9dfa7..4e50dd89d 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 9f22f2811..6bb62f225 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 cc60d9f0c..567fa0424 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 aac62a135..ee73f0e0c 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")]