Skip to content

Commit a0393ab

Browse files
committed
Version bump to 5.99.3
1 parent 3dcd108 commit a0393ab

File tree

9 files changed

+32
-32
lines changed

9 files changed

+32
-32
lines changed

CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("5.99.2")]
4-
[assembly: AssemblyFileVersion("5.99.2")]
3+
[assembly: AssemblyVersion("5.99.3")]
4+
[assembly: AssemblyFileVersion("5.99.3")]

NuGet/ReactiveUI-Core/ReactiveUI-Core.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-core</id>
5-
<version>5.99.2-beta</version>
5+
<version>5.99.3-beta</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>
@@ -19,4 +19,4 @@
1919
</group>
2020
</dependencies>
2121
</metadata>
22-
</package>
22+
</package>

NuGet/ReactiveUI-Events/ReactiveUI-Events.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-events</id>
5-
<version>5.99.2-beta</version>
5+
<version>5.99.3-beta</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>
@@ -18,4 +18,4 @@
1818
</group>
1919
</dependencies>
2020
</metadata>
21-
</package>
21+
</package>

NuGet/ReactiveUI-Mobile/ReactiveUI-Mobile.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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.99.2-beta</version>
5+
<version>5.99.3-beta</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>
99
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
1010
<language>en-us</language>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<dependencies>
13-
<dependency id="reactiveui-platforms" version="[5.99.2-beta]" />
13+
<dependency id="reactiveui-platforms" version="[5.99.3-beta]" />
1414
</dependencies>
1515
</metadata>
16-
</package>
16+
</package>

NuGet/ReactiveUI-Platforms/ReactiveUI-Platforms.nuspec

Lines changed: 6 additions & 6 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.99.2-beta</version>
5+
<version>5.99.3-beta</version>
66
<description>Platform specific extensions to ReactiveUI</description>
77
<authors>Paul Betts</authors>
88
<projectUrl>http://www.reactiveui.net</projectUrl>
@@ -11,24 +11,24 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<dependencies>
1313
<group>
14-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
14+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
1515
<dependency id="Newtonsoft.Json" version="6.0.1-beta1" />
1616
</group>
1717
<group targetFramework="net45">
18-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
18+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
1919
<dependency id="Newtonsoft.Json" version="6.0.1-beta1" />
2020
<dependency id="Rx-Xaml" version="2.2.2" />
2121
</group>
2222
<group targetFramework="wp8">
23-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
23+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
2424
<dependency id="Newtonsoft.Json" version="6.0.1-beta1" />
2525
<dependency id="Rx-Xaml" version="2.2.2" />
2626
</group>
2727
<group targetFramework="winrt45">
28-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
28+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
2929
<dependency id="Newtonsoft.Json" version="6.0.1-beta1" />
3030
<dependency id="Rx-Xaml" version="2.2.2" />
3131
</group>
3232
</dependencies>
3333
</metadata>
34-
</package>
34+
</package>

NuGet/ReactiveUI-Testing/ReactiveUI-Testing.nuspec

Lines changed: 7 additions & 7 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.99.2-beta</version>
5+
<version>5.99.3-beta</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,23 +11,23 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<dependencies>
1313
<group targetFramework="net45">
14-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
14+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
1515
<dependency id="Rx-Testing" version="2.2.2" />
1616
</group>
1717
<group targetFramework="WP8">
18-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
18+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
1919
<dependency id="Rx-Testing" version="2.2.2" />
2020
</group>
2121
<group targetFramework="WinRT45">
22-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
22+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
2323
<dependency id="Rx-Testing" version="2.2.2" />
2424
</group>
2525
<group targetFramework="monoandroid">
26-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
26+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
2727
</group>
2828
<group targetFramework="monotouch">
29-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
29+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
3030
</group>
3131
</dependencies>
3232
</metadata>
33-
</package>
33+
</package>

NuGet/ReactiveUI-Winforms/ReactiveUI-Winforms.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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-winforms</id>
5-
<version>5.99.2-beta</version>
5+
<version>5.99.3-beta</version>
66
<description>Windows Forms specific extensions to ReactiveUI</description>
77
<authors>Paul Betts</authors>
88
<projectUrl>http://www.reactiveui.net</projectUrl>
99
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
1010
<language>en-us</language>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<dependencies>
13-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
13+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
1414
</dependencies>
1515
</metadata>
16-
</package>
16+
</package>

NuGet/ReactiveUI/ReactiveUI-Xaml.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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-xaml</id>
5-
<version>5.99.2-beta</version>
5+
<version>5.99.3-beta</version>
66
<description>An MVVM library for WPF and Silverlight that is deeply integrated with the Reactive Extensions</description>
77
<authors>Paul Betts</authors>
88
<projectUrl>http://www.reactiveui.net</projectUrl>
99
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
1010
<language>en-us</language>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<dependencies>
13-
<dependency id="reactiveui-platforms" version="[5.99.2-beta]" />
13+
<dependency id="reactiveui-platforms" version="[5.99.3-beta]" />
1414
</dependencies>
1515
</metadata>
16-
</package>
16+
</package>

NuGet/ReactiveUI/ReactiveUI.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
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</id>
5-
<version>5.99.2-beta</version>
5+
<version>5.99.3-beta</version>
66
<description>An MVVM library for WPF and Silverlight that is deeply integrated with the Reactive Extensions</description>
77
<authors>Paul Betts</authors>
88
<projectUrl>http://www.reactiveui.net</projectUrl>
99
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
1010
<language>en-us</language>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<dependencies>
13-
<dependency id="reactiveui-core" version="[5.99.2-beta]" />
14-
<dependency id="reactiveui-platforms" version="[5.99.2-beta]" />
13+
<dependency id="reactiveui-core" version="[5.99.3-beta]" />
14+
<dependency id="reactiveui-platforms" version="[5.99.3-beta]" />
1515
</dependencies>
1616
</metadata>
17-
</package>
17+
</package>

0 commit comments

Comments
 (0)