Skip to content

Commit

Permalink
Version bump to 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Apr 9, 2014
1 parent ec51464 commit 90c9806
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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")]
2 changes: 1 addition & 1 deletion NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>reactiveui-core</id>
<version>5.5.0</version>
<version>5.5.1</version>
<description>An MVVM library for .NET that is deeply integrated with the Reactive Extensions</description>
<authors>Paul Betts</authors>
<projectUrl>http://www.reactiveui.net</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion NuGet/ReactiveUI-Events/ReactiveUI-Events.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>reactiveui-events</id>
<version>5.5.0</version>
<version>5.5.1</version>
<description>ReactiveUI.Events adds Observable-based events to UI controls and other appropriate places.</description>
<authors>Paul Betts</authors>
<projectUrl>http://www.reactiveui.net</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/ReactiveUI-Mobile/ReactiveUI-Mobile.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>reactiveui-mobile</id>
<version>5.5.0</version>
<version>5.5.1</version>
<description>ReactiveUI library for Xamarin.Mobile and other mobile-related helpers</description>
<authors>Paul Betts</authors>
<projectUrl>http://www.reactiveui.net</projectUrl>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<dependencies>
<dependency id="reactiveui-platforms" version="[5.5.0]" />
<dependency id="reactiveui-platforms" version="[5.5.1]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions NuGet/ReactiveUI-NLog/ReactiveUI-NLog.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>reactiveui-nlog</id>
<version>5.5.0</version>
<version>5.5.1</version>
<description>An adapter to initialize NLog as the logger for ReactiveUI.</description>
<authors>Paul Betts</authors>
<projectUrl>http://www.reactiveui.net</projectUrl>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<dependencies>
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
<dependency id="NLog" version="[2.0.1.2]" />
</dependencies>
</metadata>
Expand Down
14 changes: 7 additions & 7 deletions NuGet/ReactiveUI-Platforms/ReactiveUI-Platforms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>reactiveui-platforms</id>
<version>5.5.0</version>
<version>5.5.1</version>
<description>Platform specific extensions to ReactiveUI</description>
<authors>Paul Betts</authors>
<projectUrl>http://www.reactiveui.net</projectUrl>
Expand All @@ -12,24 +12,24 @@

<dependencies>
<group targetFramework="Monoandroid">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
</group>
<group targetFramework="Monomac">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
</group>
<group targetFramework="Monotouch">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
</group>
<group targetFramework="net45">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
<dependency id="Rx-Xaml" version="2.1.30214.0" />
</group>
<group targetFramework="wp8">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
<dependency id="Rx-Xaml" version="2.1.30214.0" />
</group>
<group targetFramework="winrt45">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
<dependency id="Rx-Xaml" version="2.1.30214.0" />
</group>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>reactiveui-testing</id>
<version>5.5.0</version>
<version>5.5.1</version>
<description>A library to aid in writing unit tests for ReactiveUI projects</description>
<authors>Paul Betts</authors>
<projectUrl>http://www.reactiveui.net</projectUrl>
Expand All @@ -11,22 +11,22 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<group targetFramework="net45">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
<dependency id="Rx-Testing" version="2.1.30214.0" />
</group>
<group targetFramework="WP8">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
<dependency id="Rx-Testing" version="2.1.30214.0" />
</group>
<group targetFramework="WinRT45">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
<dependency id="Rx-Testing" version="2.1.30214.0" />
</group>
<group targetFramework="monoandroid">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
</group>
<group targetFramework="monotouch">
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/ReactiveUI-Winforms/ReactiveUI-Winforms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>reactiveui-winforms</id>
<version>5.5.0</version>
<version>5.5.1</version>
<description>Windows Forms specific extensions to ReactiveUI</description>
<authors>Paul Betts</authors>
<projectUrl>http://www.reactiveui.net</projectUrl>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<dependencies>
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions NuGet/ReactiveUI/ReactiveUI-Xaml.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>reactiveui-xaml</id>
<version>5.5.0</version>
<version>5.5.1</version>
<description>An MVVM library for WPF and Silverlight that is deeply integrated with the Reactive Extensions</description>
<authors>Paul Betts</authors>
<projectUrl>http://www.reactiveui.net</projectUrl>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<dependencies>
<dependency id="reactiveui-platforms" version="[5.5.0]" />
<dependency id="reactiveui-platforms" version="[5.5.1]" />
</dependencies>
</metadata>
</package>
6 changes: 3 additions & 3 deletions NuGet/ReactiveUI/ReactiveUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>reactiveui</id>
<version>5.5.0</version>
<version>5.5.1</version>
<description>An MVVM library for WPF and Silverlight that is deeply integrated with the Reactive Extensions</description>
<authors>Paul Betts</authors>
<projectUrl>http://www.reactiveui.net</projectUrl>
Expand All @@ -11,8 +11,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<dependencies>
<dependency id="reactiveui-core" version="[5.5.0]" />
<dependency id="reactiveui-platforms" version="[5.5.0]" />
<dependency id="reactiveui-core" version="[5.5.1]" />
<dependency id="reactiveui-platforms" version="[5.5.1]" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion ReactiveUI.Platforms/Gtk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
[assembly: AssemblyDescription("Gtk# support for ReactiveUI")]
[assembly: AssemblyProduct("ReactiveUI.Gtk")]

[assembly: AssemblyVersion("5.5.0")]
[assembly: AssemblyVersion("5.5.1")]

0 comments on commit 90c9806

Please sign in to comment.