From f5c72edb804a56922e296dd3764ddbfa2ddf0a1d Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Mon, 10 Nov 2014 13:42:03 -0800 Subject: [PATCH] Version bump to 6.2.0 --- CommonAssemblyInfo.cs | 4 ++-- .../ReactiveUI-AndroidSupport.nuspec | 4 ++-- NuGet/ReactiveUI-Blend/ReactiveUI-Blend.nuspec | 10 +++++----- NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec | 2 +- NuGet/ReactiveUI-Events/ReactiveUI-Events.nuspec | 2 +- .../ReactiveUI-Testing/ReactiveUI-Testing.nuspec | 12 ++++++------ .../ReactiveUI-Winforms.nuspec | 4 ++-- .../ReactiveUI-XamForms.nuspec | 4 ++-- NuGet/ReactiveUI/ReactiveUI-Mobile.nuspec | 4 ++-- NuGet/ReactiveUI/ReactiveUI-Platforms.nuspec | 16 ++++++++-------- NuGet/ReactiveUI/ReactiveUI.nuspec | 4 ++-- 11 files changed, 33 insertions(+), 33 deletions(-) diff --git a/CommonAssemblyInfo.cs b/CommonAssemblyInfo.cs index 3d3a8c35f2..19aa31a03a 100644 --- a/CommonAssemblyInfo.cs +++ b/CommonAssemblyInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("6.1.0")] -[assembly: AssemblyFileVersion("6.1.0")] +[assembly: AssemblyVersion("6.2.0")] +[assembly: AssemblyFileVersion("6.2.0")] diff --git a/NuGet/ReactiveUI-AndroidSupport/ReactiveUI-AndroidSupport.nuspec b/NuGet/ReactiveUI-AndroidSupport/ReactiveUI-AndroidSupport.nuspec index 2f42c0d6f7..7bb9492434 100644 --- a/NuGet/ReactiveUI-AndroidSupport/ReactiveUI-AndroidSupport.nuspec +++ b/NuGet/ReactiveUI-AndroidSupport/ReactiveUI-AndroidSupport.nuspec @@ -2,7 +2,7 @@ reactiveui-androidsupport - 6.1.0 + 6.2.0 ReactiveUI extensions for the Android Support Library Paul Betts http://www.reactiveui.net @@ -11,7 +11,7 @@ false - + diff --git a/NuGet/ReactiveUI-Blend/ReactiveUI-Blend.nuspec b/NuGet/ReactiveUI-Blend/ReactiveUI-Blend.nuspec index a3f1bb926e..efc22d1fe4 100644 --- a/NuGet/ReactiveUI-Blend/ReactiveUI-Blend.nuspec +++ b/NuGet/ReactiveUI-Blend/ReactiveUI-Blend.nuspec @@ -2,7 +2,7 @@ reactiveui-blend - 6.1.0 + 6.2.0 Blend behaviors for ReactiveUI Paul Betts http://www.reactiveui.net @@ -12,18 +12,18 @@ - + - + - + - + diff --git a/NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec b/NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec index 744e618fbd..0b7cec3975 100644 --- a/NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec +++ b/NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec @@ -2,7 +2,7 @@ reactiveui-core - 6.1.0 + 6.2.0 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 a6a3f47b68..3df7d63585 100644 --- a/NuGet/ReactiveUI-Events/ReactiveUI-Events.nuspec +++ b/NuGet/ReactiveUI-Events/ReactiveUI-Events.nuspec @@ -2,7 +2,7 @@ reactiveui-events - 6.1.0 + 6.2.0 ReactiveUI.Events adds Observable-based events to UI controls and other appropriate places. Paul Betts http://www.reactiveui.net diff --git a/NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec b/NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec index c941bf49b1..4c1f2e09f2 100644 --- a/NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec +++ b/NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec @@ -2,7 +2,7 @@ reactiveui-testing - 6.1.0 + 6.2.0 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 859071ffee..9499094386 100644 --- a/NuGet/ReactiveUI-Winforms/ReactiveUI-Winforms.nuspec +++ b/NuGet/ReactiveUI-Winforms/ReactiveUI-Winforms.nuspec @@ -2,7 +2,7 @@ reactiveui-winforms - 6.1.0 + 6.2.0 Windows Forms specific extensions to ReactiveUI Paul Betts http://www.reactiveui.net @@ -10,7 +10,7 @@ en-us false - + diff --git a/NuGet/ReactiveUI-XamForms/ReactiveUI-XamForms.nuspec b/NuGet/ReactiveUI-XamForms/ReactiveUI-XamForms.nuspec index 42b306aa7a..6827653f60 100644 --- a/NuGet/ReactiveUI-XamForms/ReactiveUI-XamForms.nuspec +++ b/NuGet/ReactiveUI-XamForms/ReactiveUI-XamForms.nuspec @@ -2,7 +2,7 @@ reactiveui-xamforms - 6.1.0 + 6.2.0 Xamarin Forms specific extensions to ReactiveUI Paul Betts http://www.reactiveui.net @@ -11,7 +11,7 @@ false - + diff --git a/NuGet/ReactiveUI/ReactiveUI-Mobile.nuspec b/NuGet/ReactiveUI/ReactiveUI-Mobile.nuspec index 79686db8c9..1420c298c0 100644 --- a/NuGet/ReactiveUI/ReactiveUI-Mobile.nuspec +++ b/NuGet/ReactiveUI/ReactiveUI-Mobile.nuspec @@ -2,7 +2,7 @@ reactiveui-mobile - 6.1.0 + 6.2.0 Deprecated package that is no longer needed. You are looking for ReactiveUI-Core. Paul Betts http://www.reactiveui.net @@ -10,7 +10,7 @@ en-us false - + diff --git a/NuGet/ReactiveUI/ReactiveUI-Platforms.nuspec b/NuGet/ReactiveUI/ReactiveUI-Platforms.nuspec index c88d9ab5f3..10b2d86ff3 100644 --- a/NuGet/ReactiveUI/ReactiveUI-Platforms.nuspec +++ b/NuGet/ReactiveUI/ReactiveUI-Platforms.nuspec @@ -2,7 +2,7 @@ reactiveui-platforms - 6.1.0 + 6.2.0 Deprecated package that is no longer needed. You are looking for ReactiveUI-Core. Paul Betts http://www.reactiveui.net @@ -11,19 +11,19 @@ false - + - - + + - - + + - - + + diff --git a/NuGet/ReactiveUI/ReactiveUI.nuspec b/NuGet/ReactiveUI/ReactiveUI.nuspec index 4aedfa95d6..fb0449f7fb 100644 --- a/NuGet/ReactiveUI/ReactiveUI.nuspec +++ b/NuGet/ReactiveUI/ReactiveUI.nuspec @@ -2,7 +2,7 @@ reactiveui - 6.1.0 + 6.2.0 An MVVM library for WPF and Silverlight that is deeply integrated with the Reactive Extensions Paul Betts http://www.reactiveui.net @@ -10,7 +10,7 @@ en-us false - +