File tree Expand file tree Collapse file tree 20 files changed +29
-29
lines changed
ReactiveUI.Blend/Properties
ReactiveUI.Events/Properties
ReactiveUI.Mobile/Properties
ReactiveUI.NLog/Properties
ReactiveUI.Testing/Properties Expand file tree Collapse file tree 20 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >reactiveui-core</id >
5
- <version >5.1.2 </version >
5
+ <version >5.2.0 </version >
6
6
<description >An MVVM library for .NET that is deeply integrated with the Reactive Extensions</description >
7
7
<authors >Paul Betts</authors >
8
8
<projectUrl >http://www.reactiveui.net</projectUrl >
Original file line number Diff line number Diff line change 2
2
<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >reactiveui-events</id >
5
- <version >5.1.2 </version >
5
+ <version >5.2.0 </version >
6
6
<description >ReactiveUI.Events adds Observable-based events to UI controls and other appropriate places.</description >
7
7
<authors >Paul Betts</authors >
8
8
<projectUrl >http://www.reactiveui.net</projectUrl >
Original file line number Diff line number Diff line change 2
2
<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >reactiveui-mobile</id >
5
- <version >5.1.2 </version >
5
+ <version >5.2.0 </version >
6
6
<description >ReactiveUI library for Xamarin.Mobile and other mobile-related helpers</description >
7
7
<authors >Paul Betts</authors >
8
8
<projectUrl >http://www.reactiveui.net</projectUrl >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
13
13
<dependencies >
14
- <dependency id =" reactiveui-platforms" version =" [5.1.2 ]" />
14
+ <dependency id =" reactiveui-platforms" version =" [5.2.0 ]" />
15
15
</dependencies >
16
16
</metadata >
17
17
</package >
Original file line number Diff line number Diff line change 2
2
<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >reactiveui-nlog</id >
5
- <version >5.1.2 </version >
5
+ <version >5.2.0 </version >
6
6
<description >An adapter to initialize NLog as the logger for ReactiveUI.</description >
7
7
<authors >Paul Betts</authors >
8
8
<projectUrl >http://www.reactiveui.net</projectUrl >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
13
13
<dependencies >
14
- <dependency id =" reactiveui-core" version =" [5.1.2 ]" />
14
+ <dependency id =" reactiveui-core" version =" [5.2.0 ]" />
15
15
<dependency id =" NLog" version =" [2.0.1.2]" />
16
16
</dependencies >
17
17
</metadata >
Original file line number Diff line number Diff line change 2
2
<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >reactiveui-platforms</id >
5
- <version >5.1.2 </version >
5
+ <version >5.2.0 </version >
6
6
<description >Platform specific extensions to ReactiveUI</description >
7
7
<authors >Paul Betts</authors >
8
8
<projectUrl >http://www.reactiveui.net</projectUrl >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
13
13
<dependencies >
14
- <dependency id =" reactiveui-core" version =" [5.1.2 ]" />
14
+ <dependency id =" reactiveui-core" version =" [5.2.0 ]" />
15
15
<dependency id =" Rx-Xaml" version =" 2.1.30214.0" />
16
16
</dependencies >
17
17
</metadata >
Original file line number Diff line number Diff line change 2
2
<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >reactiveui-testing</id >
5
- <version >5.1.2 </version >
5
+ <version >5.2.0 </version >
6
6
<description >A library to aid in writing unit tests for ReactiveUI projects</description >
7
7
<authors >Paul Betts</authors >
8
8
<projectUrl >http://www.reactiveui.net</projectUrl >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
13
13
<dependencies >
14
- <dependency id =" reactiveui-core" version =" [5.1.2 ]" />
14
+ <dependency id =" reactiveui-core" version =" [5.2.0 ]" />
15
15
<dependency id =" Rx-Testing" version =" 2.1.30214.0" />
16
16
</dependencies >
17
17
</metadata >
Original file line number Diff line number Diff line change 2
2
<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >reactiveui-winforms</id >
5
- <version >5.1.2 </version >
5
+ <version >5.2.0 </version >
6
6
<description >Windows Forms specific extensions to ReactiveUI</description >
7
7
<authors >Paul Betts</authors >
8
8
<projectUrl >http://www.reactiveui.net</projectUrl >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
13
13
<dependencies >
14
- <dependency id =" reactiveui-core" version =" [5.1.2 ]" />
14
+ <dependency id =" reactiveui-core" version =" [5.2.0 ]" />
15
15
</dependencies >
16
16
</metadata >
17
17
</package >
Original file line number Diff line number Diff line change 2
2
<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >reactiveui-xaml</id >
5
- <version >5.1.2 </version >
5
+ <version >5.2.0 </version >
6
6
<description >An MVVM library for WPF and Silverlight that is deeply integrated with the Reactive Extensions</description >
7
7
<authors >Paul Betts</authors >
8
8
<projectUrl >http://www.reactiveui.net</projectUrl >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
13
13
<dependencies >
14
- <dependency id =" reactiveui-platforms" version =" [5.1.2 ]" />
14
+ <dependency id =" reactiveui-platforms" version =" [5.2.0 ]" />
15
15
</dependencies >
16
16
</metadata >
17
17
</package >
Original file line number Diff line number Diff line change 2
2
<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >reactiveui</id >
5
- <version >5.1.2 </version >
5
+ <version >5.2.0 </version >
6
6
<description >An MVVM library for WPF and Silverlight that is deeply integrated with the Reactive Extensions</description >
7
7
<authors >Paul Betts</authors >
8
8
<projectUrl >http://www.reactiveui.net</projectUrl >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
13
13
<dependencies >
14
- <dependency id =" reactiveui-core" version =" [5.1.2 ]" />
15
- <dependency id =" reactiveui-platforms" version =" [5.1.2 ]" />
14
+ <dependency id =" reactiveui-core" version =" [5.2.0 ]" />
15
+ <dependency id =" reactiveui-platforms" version =" [5.2.0 ]" />
16
16
</dependencies >
17
17
</metadata >
18
18
</package >
Original file line number Diff line number Diff line change 3
3
4
4
[ assembly: AssemblyDescription ( "An MVVM framework that integrates the Reactive Extensions" ) ]
5
5
[ assembly: AssemblyProduct ( "ReactiveUI for Expression Blend" ) ]
6
- [ assembly: AssemblyVersion ( "5.1.2 " ) ]
6
+ [ assembly: AssemblyVersion ( "5.2.0 " ) ]
You can’t perform that action at this time.
0 commit comments