Skip to content

Commit 2248d79

Browse files
author
Paul Betts
committed
Merge pull request #362 from reactiveui/ship-5-point-1
Fixes to ship ReactiveUI 5.1
2 parents 675a9f5 + 73a904f commit 2248d79

File tree

40 files changed

+47
-29
lines changed

40 files changed

+47
-29
lines changed

NuGet/ReactiveUI-Core/ReactiveUI-Core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>reactiveui-core</id>
5-
<version>5.0.1</version>
5+
<version>5.1.0</version>
66
<description>An MVVM library for .NET that is deeply integrated with the Reactive Extensions</description>
77
<authors>Paul Betts</authors>
88
<projectUrl>http://www.reactiveui.net</projectUrl>

NuGet/ReactiveUI-Events/ReactiveUI-Events.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>reactiveui-events</id>
5-
<version>5.0.1</version>
5+
<version>5.1.0</version>
66
<description>ReactiveUI.Events adds Observable-based events to UI controls and other appropriate places.</description>
77
<authors>Paul Betts</authors>
88
<projectUrl>http://www.reactiveui.net</projectUrl>

NuGet/ReactiveUI-Mobile/ReactiveUI-Mobile.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>reactiveui-mobile</id>
5-
<version>5.0.1</version>
5+
<version>5.1.0</version>
66
<description>ReactiveUI library for Xamarin.Mobile and other mobile-related helpers</description>
77
<authors>Paul Betts</authors>
88
<projectUrl>http://www.reactiveui.net</projectUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212

1313
<dependencies>
14-
<dependency id="reactiveui-platforms" version="[5.0.1]" />
14+
<dependency id="reactiveui-platforms" version="[5.1.0]" />
1515
</dependencies>
1616
</metadata>
1717
</package>

NuGet/ReactiveUI-NLog/ReactiveUI-NLog.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>reactiveui-nlog</id>
5-
<version>5.0.1</version>
5+
<version>5.1.0</version>
66
<description>An adapter to initialize NLog as the logger for ReactiveUI.</description>
77
<authors>Paul Betts</authors>
88
<projectUrl>http://www.reactiveui.net</projectUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212

1313
<dependencies>
14-
<dependency id="reactiveui-core" version="[5.0.1]" />
14+
<dependency id="reactiveui-core" version="[5.1.0]" />
1515
<dependency id="NLog" version="[2.0.1.2]" />
1616
</dependencies>
1717
</metadata>

NuGet/ReactiveUI-Platforms/ReactiveUI-Platforms.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>reactiveui-platforms</id>
5-
<version>5.0.1</version>
5+
<version>5.1.0</version>
66
<description>Platform specific extensions to ReactiveUI</description>
77
<authors>Paul Betts</authors>
88
<projectUrl>http://www.reactiveui.net</projectUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212

1313
<dependencies>
14-
<dependency id="reactiveui-core" version="[5.0.1]" />
14+
<dependency id="reactiveui-core" version="[5.1.0]" />
1515
<dependency id="Rx-Xaml" version="2.1.30214.0" />
1616
</dependencies>
1717
</metadata>

NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>reactiveui-testing</id>
5-
<version>5.0.1</version>
5+
<version>5.1.0</version>
66
<description>A library to aid in writing unit tests for ReactiveUI projects</description>
77
<authors>Paul Betts</authors>
88
<projectUrl>http://www.reactiveui.net</projectUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212

1313
<dependencies>
14-
<dependency id="reactiveui-core" version="[5.0.1]" />
14+
<dependency id="reactiveui-core" version="[5.1.0]" />
1515
<dependency id="Rx-Testing" version="2.1.30214.0" />
1616
</dependencies>
1717
</metadata>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3+
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4+
<id>reactiveui-winforms</id>
5+
<version>5.1.0</version>
6+
<description>Windows Forms specific extensions to ReactiveUI</description>
7+
<authors>Paul Betts</authors>
8+
<projectUrl>http://www.reactiveui.net</projectUrl>
9+
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
10+
<language>en-us</language>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
13+
<dependencies>
14+
<dependency id="reactiveui-core" version="[5.1.0]" />
15+
</dependencies>
16+
</metadata>
17+
</package>

NuGet/ReactiveUI-Winforms/lib/net45/ReactiveUI.Winforms.dll

Whitespace-only changes.

NuGet/ReactiveUI-Winforms/lib/net45/ReactiveUI.Winforms.pdb

Whitespace-only changes.

NuGet/ReactiveUI-Winforms/lib/net45/ReactiveUI.Winforms.xml

Whitespace-only changes.

0 commit comments

Comments
 (0)