diff --git a/CommonAssemblyInfo.cs b/CommonAssemblyInfo.cs index 336fe08a5b..90b71755d3 100644 --- a/CommonAssemblyInfo.cs +++ b/CommonAssemblyInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("5.5.0")] -[assembly: AssemblyFileVersion("5.5.0")] +[assembly: AssemblyVersion("5.5.1")] +[assembly: AssemblyFileVersion("5.5.1")] diff --git a/NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec b/NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec index ab16bdcb18..9a27f987c4 100644 --- a/NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec +++ b/NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec @@ -2,7 +2,7 @@ reactiveui-core - 5.5.0 + 5.5.1 An MVVM library for .NET that is deeply integrated with the Reactive Extensions Paul Betts http://www.reactiveui.net diff --git a/NuGet/ReactiveUI-Events/ReactiveUI-Events.nuspec b/NuGet/ReactiveUI-Events/ReactiveUI-Events.nuspec index 038573359d..a135de7d94 100644 --- a/NuGet/ReactiveUI-Events/ReactiveUI-Events.nuspec +++ b/NuGet/ReactiveUI-Events/ReactiveUI-Events.nuspec @@ -2,7 +2,7 @@ reactiveui-events - 5.5.0 + 5.5.1 ReactiveUI.Events adds Observable-based events to UI controls and other appropriate places. Paul Betts http://www.reactiveui.net diff --git a/NuGet/ReactiveUI-Mobile/ReactiveUI-Mobile.nuspec b/NuGet/ReactiveUI-Mobile/ReactiveUI-Mobile.nuspec index 332ca7f6aa..7cad8b5348 100644 --- a/NuGet/ReactiveUI-Mobile/ReactiveUI-Mobile.nuspec +++ b/NuGet/ReactiveUI-Mobile/ReactiveUI-Mobile.nuspec @@ -2,7 +2,7 @@ reactiveui-mobile - 5.5.0 + 5.5.1 ReactiveUI library for Xamarin.Mobile and other mobile-related helpers Paul Betts http://www.reactiveui.net @@ -11,7 +11,7 @@ false - + diff --git a/NuGet/ReactiveUI-NLog/ReactiveUI-NLog.nuspec b/NuGet/ReactiveUI-NLog/ReactiveUI-NLog.nuspec index b3179547b0..334d04799a 100644 --- a/NuGet/ReactiveUI-NLog/ReactiveUI-NLog.nuspec +++ b/NuGet/ReactiveUI-NLog/ReactiveUI-NLog.nuspec @@ -2,7 +2,7 @@ reactiveui-nlog - 5.5.0 + 5.5.1 An adapter to initialize NLog as the logger for ReactiveUI. Paul Betts http://www.reactiveui.net @@ -11,7 +11,7 @@ false - + diff --git a/NuGet/ReactiveUI-Platforms/ReactiveUI-Platforms.nuspec b/NuGet/ReactiveUI-Platforms/ReactiveUI-Platforms.nuspec index df656287f8..a92a974eb0 100644 --- a/NuGet/ReactiveUI-Platforms/ReactiveUI-Platforms.nuspec +++ b/NuGet/ReactiveUI-Platforms/ReactiveUI-Platforms.nuspec @@ -2,7 +2,7 @@ reactiveui-platforms - 5.5.0 + 5.5.1 Platform specific extensions to ReactiveUI Paul Betts http://www.reactiveui.net @@ -12,24 +12,24 @@ - + - + - + - + - + - + diff --git a/NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec b/NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec index 25f7569cf8..523eba086c 100644 --- a/NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec +++ b/NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec @@ -2,7 +2,7 @@ reactiveui-testing - 5.5.0 + 5.5.1 A library to aid in writing unit tests for ReactiveUI projects Paul Betts http://www.reactiveui.net @@ -11,22 +11,22 @@ false - + - + - + - + - + diff --git a/NuGet/ReactiveUI-Winforms/ReactiveUI-Winforms.nuspec b/NuGet/ReactiveUI-Winforms/ReactiveUI-Winforms.nuspec index 896bdd7c8e..a76f1a87c9 100644 --- a/NuGet/ReactiveUI-Winforms/ReactiveUI-Winforms.nuspec +++ b/NuGet/ReactiveUI-Winforms/ReactiveUI-Winforms.nuspec @@ -2,7 +2,7 @@ reactiveui-winforms - 5.5.0 + 5.5.1 Windows Forms specific extensions to ReactiveUI Paul Betts http://www.reactiveui.net @@ -11,7 +11,7 @@ false - + diff --git a/NuGet/ReactiveUI/ReactiveUI-Xaml.nuspec b/NuGet/ReactiveUI/ReactiveUI-Xaml.nuspec index e6260a5747..a4e05c5b9e 100644 --- a/NuGet/ReactiveUI/ReactiveUI-Xaml.nuspec +++ b/NuGet/ReactiveUI/ReactiveUI-Xaml.nuspec @@ -2,7 +2,7 @@ reactiveui-xaml - 5.5.0 + 5.5.1 An MVVM library for WPF and Silverlight that is deeply integrated with the Reactive Extensions Paul Betts http://www.reactiveui.net @@ -11,7 +11,7 @@ false - + diff --git a/NuGet/ReactiveUI/ReactiveUI.nuspec b/NuGet/ReactiveUI/ReactiveUI.nuspec index 5c557a6b80..7cb4b88e65 100644 --- a/NuGet/ReactiveUI/ReactiveUI.nuspec +++ b/NuGet/ReactiveUI/ReactiveUI.nuspec @@ -2,7 +2,7 @@ reactiveui - 5.5.0 + 5.5.1 An MVVM library for WPF and Silverlight that is deeply integrated with the Reactive Extensions Paul Betts http://www.reactiveui.net @@ -11,8 +11,8 @@ false - - + + diff --git a/ReactiveUI.Platforms/Gtk/Properties/AssemblyInfo.cs b/ReactiveUI.Platforms/Gtk/Properties/AssemblyInfo.cs index fc383c5603..66b37e35e6 100644 --- a/ReactiveUI.Platforms/Gtk/Properties/AssemblyInfo.cs +++ b/ReactiveUI.Platforms/Gtk/Properties/AssemblyInfo.cs @@ -8,4 +8,4 @@ [assembly: AssemblyDescription("Gtk# support for ReactiveUI")] [assembly: AssemblyProduct("ReactiveUI.Gtk")] -[assembly: AssemblyVersion("5.5.0")] +[assembly: AssemblyVersion("5.5.1")]