diff --git a/README.md b/README.md index 23dd650f30..b8f81ca9c2 100644 --- a/README.md +++ b/README.md @@ -23,28 +23,27 @@ There has been an excellent [book](https://kent-boogaart.com/you-i-and-reactiveu Install the following packages to start building your own ReactiveUI app. Note: some of the platform-specific packages are required. This means your app won't perform as expected until you install the packages properly. See the Installation docs page for more info. -| Platform | ReactiveUI Package | NuGet | [Events][EventsDocs] Package | -| ----------------- | ----------------------------------- | -------------------- | --------------------------------------- | -| .NET Standard | [ReactiveUI][CoreDoc] | [![CoreBadge]][Core] | None | -| | [ReactiveUI.Fody][FodyDoc] | [![FodyBadge]][Fody] | None | -| Unit Testing | [ReactiveUI.Testing][TestDoc] | [![TestBadge]][Test] | None | -| Universal Windows | [ReactiveUI][UniDoc] | [![CoreBadge]][Core] | [ReactiveUI.Events][CoreEvents] | -| WPF | [ReactiveUI.WPF][WpfDoc] | [![WpfBadge]][Wpf] | [ReactiveUI.Events.WPF][WpfEvents] | -| Windows Forms | [ReactiveUI.WinForms][WinDoc] | [![WinBadge]][Win] | [ReactiveUI.Events.WinForms][WinEvents] | -| Xamarin.Forms | [ReactiveUI.XamForms][XamDoc] | [![XamBadge]][Xam] | [ReactiveUI.Events.XamForms][XamEvents] | -| Xamarin.Essentials| [ReactiveUI][XamDoc] | [![CoreBadge]][Core] | [ReactiveUI.Events.XamEssentials][XamE] | -| AndroidX (Xamarin)| [ReactiveUI.AndroidX][DroDoc] | [![DroXBadge]][DroX] | [ReactiveUI.Events][CoreEvents] | -| Xamarin.Android | [ReactiveUI.AndroidSupport][DroDoc] | [![DroBadge]][Dro] | [ReactiveUI.Events][CoreEvents] | -| Xamarin.iOS | [ReactiveUI][IosDoc] | [![CoreBadge]][Core] | [ReactiveUI.Events][CoreEvents] | -| Xamarin.Mac | [ReactiveUI][MacDoc] | [![CoreBadge]][Core] | [ReactiveUI.Events][CoreEvents] | -| Tizen | [ReactiveUI][CoreDoc] | [![CoreBadge]][Core] | [ReactiveUI.Events][CoreEvents] | -| Blazor | [ReactiveUI.Blazor][BlazDoc] | [![BlazBadge]][Blaz] | None | -| Platform Uno | ReactiveUI.Uno | [![UnoBadge]][Uno] | None | -| Avalonia | [Avalonia.ReactiveUI][AvaDoc] | [![AvaBadge]][Ava] | None | -| Any | [ReactiveUI.Validation][ValDocs] | [![ValBadge]][ValCore] | None | +| Platform | ReactiveUI Package | NuGet | +| ----------------- | ----------------------------------- | -------------------- | +| .NET Standard | [ReactiveUI][CoreDoc] | [![CoreBadge]][Core] | +| | [ReactiveUI.Fody][FodyDoc] | [![FodyBadge]][Fody] | +| Unit Testing | [ReactiveUI.Testing][TestDoc] | [![TestBadge]][Test] | +| Universal Windows | [ReactiveUI][UniDoc] | [![CoreBadge]][Core] | +| WPF | [ReactiveUI.WPF][WpfDoc] | [![WpfBadge]][Wpf] | +| Windows Forms | [ReactiveUI.WinForms][WinDoc] | [![WinBadge]][Win] | +| Xamarin.Forms | [ReactiveUI.XamForms][XamDoc] | [![XamBadge]][Xam] | +| Xamarin.Essentials| [ReactiveUI][XamDoc] | [![CoreBadge]][Core] | +| AndroidX (Xamarin)| [ReactiveUI.AndroidX][DroDoc] | [![DroXBadge]][DroX] | +| Xamarin.Android | [ReactiveUI.AndroidSupport][DroDoc] | [![DroBadge]][Dro] | +| Xamarin.iOS | [ReactiveUI][IosDoc] | [![CoreBadge]][Core] | +| Xamarin.Mac | [ReactiveUI][MacDoc] | [![CoreBadge]][Core] | +| Tizen | [ReactiveUI][CoreDoc] | [![CoreBadge]][Core] | +| Blazor | [ReactiveUI.Blazor][BlazDoc] | [![BlazBadge]][Blaz] | +| Platform Uno | ReactiveUI.Uno | [![UnoBadge]][Uno] | +| Avalonia | [Avalonia.ReactiveUI][AvaDoc] | [![AvaBadge]][Ava] | +| Any | [ReactiveUI.Validation][ValDocs] | [![ValBadge]][ValCore] | [Core]: https://www.nuget.org/packages/ReactiveUI/ -[CoreEvents]: https://www.nuget.org/packages/ReactiveUI.Events/ [CoreBadge]: https://img.shields.io/nuget/v/ReactiveUI.svg [CoreDoc]: https://reactiveui.net/docs/getting-started/installation/ @@ -59,7 +58,6 @@ Install the following packages to start building your own ReactiveUI app. Not [UniDoc]: https://reactiveui.net/docs/getting-started/installation/universal-windows-platform [Wpf]: https://www.nuget.org/packages/ReactiveUI.WPF/ -[WpfEvents]: https://www.nuget.org/packages/ReactiveUI.Events.WPF/ [WpfBadge]: https://img.shields.io/nuget/v/ReactiveUI.WPF.svg [WpfDoc]: https://reactiveui.net/docs/getting-started/installation/windows-presentation-foundation @@ -72,8 +70,6 @@ Install the following packages to start building your own ReactiveUI app. Not [XamEvents]: https://www.nuget.org/packages/ReactiveUI.Events.XamForms/ [XamBadge]: https://img.shields.io/nuget/v/ReactiveUI.XamForms.svg [XamDoc]: https://reactiveui.net/docs/getting-started/installation/xamarin-forms -[XamE]: https://www.nuget.org/packages/ReactiveUI.Events.XamEssentials/ - [Dro]: https://www.nuget.org/packages/ReactiveUI.AndroidSupport/ [DroBadge]: https://img.shields.io/nuget/v/ReactiveUI.AndroidSupport.svg [DroDoc]: https://reactiveui.net/docs/getting-started/installation/xamarin-android diff --git a/version.json b/version.json index 81056aff04..59761d073c 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "15.1", + "version": "16.1", "publicReleaseRefSpec": [ "^refs/heads/master$", // we release out of master "^refs/heads/main$",