diff --git a/nuget/Caliburn.Micro.Core.nuspec b/nuget/Caliburn.Micro.Core.nuspec index d7d1c111..b9430408 100644 --- a/nuget/Caliburn.Micro.Core.nuspec +++ b/nuget/Caliburn.Micro.Core.nuspec @@ -2,7 +2,7 @@ Caliburn.Micro.Core - 3.0.2 + 3.0.3 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 795dd051..5f5c5ded 100644 --- a/nuget/Caliburn.Micro.Start.nuspec +++ b/nuget/Caliburn.Micro.Start.nuspec @@ -2,7 +2,7 @@ Caliburn.Micro.Start - 3.0.2 + 3.0.3 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.Xamarin.Forms.nuspec b/nuget/Caliburn.Micro.Xamarin.Forms.nuspec index 72368e36..92fb34b6 100644 --- a/nuget/Caliburn.Micro.Xamarin.Forms.nuspec +++ b/nuget/Caliburn.Micro.Xamarin.Forms.nuspec @@ -2,7 +2,7 @@ Caliburn.Micro.Xamarin.Forms - 3.0.2 + 3.0.3 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 @@ -16,35 +16,35 @@ - + - + - + - + - + - + - + - + diff --git a/nuget/Caliburn.Micro.nuspec b/nuget/Caliburn.Micro.nuspec index f40fb7c5..eed622d1 100644 --- a/nuget/Caliburn.Micro.nuspec +++ b/nuget/Caliburn.Micro.nuspec @@ -2,7 +2,7 @@ Caliburn.Micro - 3.0.2 + 3.0.3 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,10 +20,10 @@ - + - + diff --git a/src/GlobalAssemblyInfo.cs b/src/GlobalAssemblyInfo.cs index 018ec9b8..1f7e4311 100644 --- a/src/GlobalAssemblyInfo.cs +++ b/src/GlobalAssemblyInfo.cs @@ -7,5 +7,5 @@ [assembly: NeutralResourcesLanguage("en-US")] -[assembly: AssemblyVersion("3.0.2.0")] -[assembly: AssemblyFileVersion("3.0.2.0")] +[assembly: AssemblyVersion("3.0.3.0")] +[assembly: AssemblyFileVersion("3.0.3.0")]