diff --git a/src/ReactiveUI.AndroidSupport/ReactiveUI.AndroidSupport.csproj b/src/ReactiveUI.AndroidSupport/ReactiveUI.AndroidSupport.csproj index 0604d2327d..63dd57066e 100644 --- a/src/ReactiveUI.AndroidSupport/ReactiveUI.AndroidSupport.csproj +++ b/src/ReactiveUI.AndroidSupport/ReactiveUI.AndroidSupport.csproj @@ -2,9 +2,10 @@ MonoAndroid90 - ReactiveUI extensions for the Android Support Library + Provides ReactiveUI extensions for the Android Support Library ReactiveUI.AndroidSupport latest + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;xamarin;android;forms;monodroid;monotouch;xamarin.android;net; diff --git a/src/ReactiveUI.AndroidX/ReactiveUI.AndroidX.csproj b/src/ReactiveUI.AndroidX/ReactiveUI.AndroidX.csproj index 72adffe8d5..7924da9c08 100644 --- a/src/ReactiveUI.AndroidX/ReactiveUI.AndroidX.csproj +++ b/src/ReactiveUI.AndroidX/ReactiveUI.AndroidX.csproj @@ -2,9 +2,10 @@ MonoAndroid90 - ReactiveUI extensions for the AndroidX Library + Provides ReactiveUI extensions for the AndroidX Library ReactiveUI.AndroidX latest + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;xamarin;android;forms;monodroid;monotouch;xamarin.android;net; diff --git a/src/ReactiveUI.Blazor/ReactiveUI.Blazor.csproj b/src/ReactiveUI.Blazor/ReactiveUI.Blazor.csproj index 687e85d3e4..fc4097e9c0 100644 --- a/src/ReactiveUI.Blazor/ReactiveUI.Blazor.csproj +++ b/src/ReactiveUI.Blazor/ReactiveUI.Blazor.csproj @@ -2,6 +2,8 @@ netstandard2.0 + Contains the ReactiveUI platform specific extensions for Blazor + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;eventsnet;netstandard;blazor;web; diff --git a/src/ReactiveUI.Blend/ReactiveUI.Blend.csproj b/src/ReactiveUI.Blend/ReactiveUI.Blend.csproj index 3bcc184576..153005aa7f 100644 --- a/src/ReactiveUI.Blend/ReactiveUI.Blend.csproj +++ b/src/ReactiveUI.Blend/ReactiveUI.Blend.csproj @@ -4,9 +4,10 @@ net461;uap10.0.16299 ReactiveUI.Blend ReactiveUI.Blend - Blend behaviors for ReactiveUI + Provides reactive extensions based xaml components based on the Blend SDK library, allowing you to fire a observable from XAML ReactiveUI.Blend latest + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;Blend;wpf;net; diff --git a/src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj b/src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj index b0cfdfc4b9..2278e7cd76 100644 --- a/src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj +++ b/src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj @@ -2,7 +2,7 @@ netcoreapp3.0;net461 ReactiveUI.Events - Provides Observable-based events API for WPF UI controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator. + Provides Observable-based events API for WPF UI controls & event handlers ReactiveUI.Events.WPF true true diff --git a/src/ReactiveUI.Events.Winforms/ReactiveUI.Events.Winforms.csproj b/src/ReactiveUI.Events.Winforms/ReactiveUI.Events.Winforms.csproj index 12c2598625..fa9196ba55 100644 --- a/src/ReactiveUI.Events.Winforms/ReactiveUI.Events.Winforms.csproj +++ b/src/ReactiveUI.Events.Winforms/ReactiveUI.Events.Winforms.csproj @@ -3,7 +3,7 @@ netcoreapp3.0;net461 ReactiveUI.Events.Winforms ReactiveUI.Events - Provides Observable-based events API for Winforms UI controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator. + Provides Observable-based events API for Win Forms UI controls & event handlers ReactiveUI.Events.Winforms true $(NoWarn);CS1570;CA1812 diff --git a/src/ReactiveUI.Events.XamEssentials/ReactiveUI.Events.XamEssentials.csproj b/src/ReactiveUI.Events.XamEssentials/ReactiveUI.Events.XamEssentials.csproj index b978c5df29..02d9970723 100644 --- a/src/ReactiveUI.Events.XamEssentials/ReactiveUI.Events.XamEssentials.csproj +++ b/src/ReactiveUI.Events.XamEssentials/ReactiveUI.Events.XamEssentials.csproj @@ -3,7 +3,7 @@ netstandard2.0 ReactiveUI.Events.XamEssentials ReactiveUI.Events - Provides Observable-based events API for Xamarin Essentials UI controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator. + Provides a wrapper aroung XamarinEssentials, allowing you to use Observables instead of events ReactiveUI.Events.XamEssentials $(NoWarn);CS1570;CA1812 diff --git a/src/ReactiveUI.Events.XamForms/ReactiveUI.Events.XamForms.csproj b/src/ReactiveUI.Events.XamForms/ReactiveUI.Events.XamForms.csproj index 9e0ab52924..6489b787f8 100644 --- a/src/ReactiveUI.Events.XamForms/ReactiveUI.Events.XamForms.csproj +++ b/src/ReactiveUI.Events.XamForms/ReactiveUI.Events.XamForms.csproj @@ -3,7 +3,7 @@ netstandard2.0 ReactiveUI.Events.XamForms ReactiveUI.Events - Provides Observable-based events API for Xamarin Forms UI controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator. + Provides Observable-based events API for Xamarin Forms UI controls & event handlers ReactiveUI.Events.XamForms $(NoWarn);CS1570;CA1812 diff --git a/src/ReactiveUI.Events/ReactiveUI.Events.csproj b/src/ReactiveUI.Events/ReactiveUI.Events.csproj index 366721d006..f4150fd5c7 100644 --- a/src/ReactiveUI.Events/ReactiveUI.Events.csproj +++ b/src/ReactiveUI.Events/ReactiveUI.Events.csproj @@ -4,7 +4,7 @@ $(TargetFrameworks);net461;uap10.0.16299 ReactiveUI.Events ReactiveUI.Events - Provides Observable-based events API for common UI controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator. + Provides Observable-based events API for Xamarin Native Platforms including Android, iOS, Mac, TVOS, Tizen, and UWP ReactiveUI.Events $(NoWarn);CS1570;CA1812 diff --git a/src/ReactiveUI.Fody.Helpers/ReactiveUI.Fody.Helpers.csproj b/src/ReactiveUI.Fody.Helpers/ReactiveUI.Fody.Helpers.csproj index 2039f4c171..777f99db15 100644 --- a/src/ReactiveUI.Fody.Helpers/ReactiveUI.Fody.Helpers.csproj +++ b/src/ReactiveUI.Fody.Helpers/ReactiveUI.Fody.Helpers.csproj @@ -2,7 +2,8 @@ netstandard2.0;Xamarin.iOS10;Xamarin.Mac20;Xamarin.TVOS10;MonoAndroid90;netcoreapp2.0 $(TargetFrameworks);net461;uap10.0.16299 - Fody extension to generate RaisePropertyChange notifications for properties and ObservableAsPropertyHelper properties. + Fody extension to generate RaisePropertyChange notifications for properties and ObservableAsPropertyHelper properties. + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;xamarin;android;ios;mac;forms;monodroid;monotouch;xamarin.android;xamarin.ios;xamarin.forms;xamarin.mac;xamarin.tvos;wpf;net;netstandard;net461;uwp;tizen;unoplatform;fody; ReactiveUI.Fody diff --git a/src/ReactiveUI.Fody/ReactiveUI.Fody.csproj b/src/ReactiveUI.Fody/ReactiveUI.Fody.csproj index eef18d5806..c52e9d22ed 100644 --- a/src/ReactiveUI.Fody/ReactiveUI.Fody.csproj +++ b/src/ReactiveUI.Fody/ReactiveUI.Fody.csproj @@ -2,9 +2,10 @@ netstandard2.0 $(TargetFrameworks);net461 - Fody Weavers for ReactiveUI.Fody. + Fody extension that will generate RaisePropertyChange notifications for properties and ObservableAsPropertyHelper properties False latest + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;xamarin;android;ios;mac;forms;monodroid;monotouch;xamarin.android;xamarin.ios;xamarin.forms;xamarin.mac;xamarin.tvos;wpf;net;netstandard;net461;uwp;tizen;unoplatform;fody; diff --git a/src/ReactiveUI.Testing/ReactiveUI.Testing.csproj b/src/ReactiveUI.Testing/ReactiveUI.Testing.csproj index 53afd83105..57bf7c572e 100644 --- a/src/ReactiveUI.Testing/ReactiveUI.Testing.csproj +++ b/src/ReactiveUI.Testing/ReactiveUI.Testing.csproj @@ -4,9 +4,10 @@ $(TargetFrameworks);net461;uap10.0.16299;netcoreapp3.0 ReactiveUI.Testing ReactiveUI.Testing - A library to aid in writing unit tests for ReactiveUI projects + Provides extensions for testing ReactiveUI based applications ReactiveUI.Testing latest + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;test; diff --git a/src/ReactiveUI.Uno/ReactiveUI.Uno.csproj b/src/ReactiveUI.Uno/ReactiveUI.Uno.csproj index 6d74682f16..d1aa69e7bf 100644 --- a/src/ReactiveUI.Uno/ReactiveUI.Uno.csproj +++ b/src/ReactiveUI.Uno/ReactiveUI.Uno.csproj @@ -3,10 +3,11 @@ netstandard20;MonoAndroid90;Xamarin.iOS10;Xamarin.Mac20 $(TargetFrameworks);uap10.0.16299 ReactiveUI.Uno - Uno Platform specific extensions for ReactiveUI + Contains the ReactiveUI platform specific extensions for Uno HAS_UNO $(NoWarn);SA1648;CA1816;CA1001;CS0108;CS0114;CS3021;CS1574;CA1303 latest + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;net;unoplatform diff --git a/src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj b/src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj index 63b80f02bf..4a37c6af6d 100644 --- a/src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj +++ b/src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj @@ -4,10 +4,11 @@ netcoreapp3.0;net461 ReactiveUI.Winforms ReactiveUI.Winforms - Windows Forms specific extensions to ReactiveUI + Contains the ReactiveUI platform specific extensions for Windows Forms ReactiveUI.WinForms true latest + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;winforms;net;net461; diff --git a/src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj b/src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj index 3f670f95ca..14d78b87e7 100644 --- a/src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj +++ b/src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj @@ -1,10 +1,11 @@  - netcoreapp3.0;net461 - WPF specific extensions to ReactiveUI + netcoreapp3.0;net461 + Contains the ReactiveUI platform specific extensions for Windows Presentation Foundation (WPF) ReactiveUI.WPF true latest + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;wpf;net;net461 diff --git a/src/ReactiveUI.XamForms/ReactiveUI.XamForms.csproj b/src/ReactiveUI.XamForms/ReactiveUI.XamForms.csproj index a7a4946f90..4d417a07e6 100644 --- a/src/ReactiveUI.XamForms/ReactiveUI.XamForms.csproj +++ b/src/ReactiveUI.XamForms/ReactiveUI.XamForms.csproj @@ -1,9 +1,10 @@  netstandard2.0 - Xamarin Forms specific extensions to ReactiveUI + Contains the ReactiveUI platform specific extensions for Xamarin Forms ReactiveUI.XamForms latest + mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;frp;xamarin;android;ios;mac;forms;monodroid;monotouch;xamarin.forms;net diff --git a/src/ReactiveUI/ReactiveUI.csproj b/src/ReactiveUI/ReactiveUI.csproj index fcf4c2b93b..927e6652ee 100644 --- a/src/ReactiveUI/ReactiveUI.csproj +++ b/src/ReactiveUI/ReactiveUI.csproj @@ -4,7 +4,7 @@ $(TargetFrameworks);net461;uap10.0.16299;netcoreapp3.0 ReactiveUI ReactiveUI - A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform. Supports Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin Forms, WPF, Windows Forms, Windows Phone 8.1, Windows Store and Universal Windows Platform (UWP). + A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform. This is the base package with the base platform implementations ReactiveUI latest