Skip to content

Commit 43fb50d

Browse files
housekeeping Update README.md to remove Events (#2896)
* Update README.md * Update version.json * Update version.json * Update version.json Co-authored-by: Glenn <5834289+glennawatson@users.noreply.github.com>
1 parent a23d7ea commit 43fb50d

File tree

2 files changed

+20
-24
lines changed

2 files changed

+20
-24
lines changed

README.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,27 @@ There has been an excellent [book](https://kent-boogaart.com/you-i-and-reactiveu
2323

2424
Install the following packages to start building your own ReactiveUI app. <b>Note:</b> 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 <a href="https://reactiveui.net/docs/getting-started/installation/">Installation</a> docs page for more info.
2525

26-
| Platform | ReactiveUI Package | NuGet | [Events][EventsDocs] Package |
27-
| ----------------- | ----------------------------------- | -------------------- | --------------------------------------- |
28-
| .NET Standard | [ReactiveUI][CoreDoc] | [![CoreBadge]][Core] | None |
29-
| | [ReactiveUI.Fody][FodyDoc] | [![FodyBadge]][Fody] | None |
30-
| Unit Testing | [ReactiveUI.Testing][TestDoc] | [![TestBadge]][Test] | None |
31-
| Universal Windows | [ReactiveUI][UniDoc] | [![CoreBadge]][Core] | [ReactiveUI.Events][CoreEvents] |
32-
| WPF | [ReactiveUI.WPF][WpfDoc] | [![WpfBadge]][Wpf] | [ReactiveUI.Events.WPF][WpfEvents] |
33-
| Windows Forms | [ReactiveUI.WinForms][WinDoc] | [![WinBadge]][Win] | [ReactiveUI.Events.WinForms][WinEvents] |
34-
| Xamarin.Forms | [ReactiveUI.XamForms][XamDoc] | [![XamBadge]][Xam] | [ReactiveUI.Events.XamForms][XamEvents] |
35-
| Xamarin.Essentials| [ReactiveUI][XamDoc] | [![CoreBadge]][Core] | [ReactiveUI.Events.XamEssentials][XamE] |
36-
| AndroidX (Xamarin)| [ReactiveUI.AndroidX][DroDoc] | [![DroXBadge]][DroX] | [ReactiveUI.Events][CoreEvents] |
37-
| Xamarin.Android | [ReactiveUI.AndroidSupport][DroDoc] | [![DroBadge]][Dro] | [ReactiveUI.Events][CoreEvents] |
38-
| Xamarin.iOS | [ReactiveUI][IosDoc] | [![CoreBadge]][Core] | [ReactiveUI.Events][CoreEvents] |
39-
| Xamarin.Mac | [ReactiveUI][MacDoc] | [![CoreBadge]][Core] | [ReactiveUI.Events][CoreEvents] |
40-
| Tizen | [ReactiveUI][CoreDoc] | [![CoreBadge]][Core] | [ReactiveUI.Events][CoreEvents] |
41-
| Blazor | [ReactiveUI.Blazor][BlazDoc] | [![BlazBadge]][Blaz] | None |
42-
| Platform Uno | ReactiveUI.Uno | [![UnoBadge]][Uno] | None |
43-
| Avalonia | [Avalonia.ReactiveUI][AvaDoc] | [![AvaBadge]][Ava] | None |
44-
| Any | [ReactiveUI.Validation][ValDocs] | [![ValBadge]][ValCore] | None |
26+
| Platform | ReactiveUI Package | NuGet |
27+
| ----------------- | ----------------------------------- | -------------------- |
28+
| .NET Standard | [ReactiveUI][CoreDoc] | [![CoreBadge]][Core] |
29+
| | [ReactiveUI.Fody][FodyDoc] | [![FodyBadge]][Fody] |
30+
| Unit Testing | [ReactiveUI.Testing][TestDoc] | [![TestBadge]][Test] |
31+
| Universal Windows | [ReactiveUI][UniDoc] | [![CoreBadge]][Core] |
32+
| WPF | [ReactiveUI.WPF][WpfDoc] | [![WpfBadge]][Wpf] |
33+
| Windows Forms | [ReactiveUI.WinForms][WinDoc] | [![WinBadge]][Win] |
34+
| Xamarin.Forms | [ReactiveUI.XamForms][XamDoc] | [![XamBadge]][Xam] |
35+
| Xamarin.Essentials| [ReactiveUI][XamDoc] | [![CoreBadge]][Core] |
36+
| AndroidX (Xamarin)| [ReactiveUI.AndroidX][DroDoc] | [![DroXBadge]][DroX] |
37+
| Xamarin.Android | [ReactiveUI.AndroidSupport][DroDoc] | [![DroBadge]][Dro] |
38+
| Xamarin.iOS | [ReactiveUI][IosDoc] | [![CoreBadge]][Core] |
39+
| Xamarin.Mac | [ReactiveUI][MacDoc] | [![CoreBadge]][Core] |
40+
| Tizen | [ReactiveUI][CoreDoc] | [![CoreBadge]][Core] |
41+
| Blazor | [ReactiveUI.Blazor][BlazDoc] | [![BlazBadge]][Blaz] |
42+
| Platform Uno | ReactiveUI.Uno | [![UnoBadge]][Uno] |
43+
| Avalonia | [Avalonia.ReactiveUI][AvaDoc] | [![AvaBadge]][Ava] |
44+
| Any | [ReactiveUI.Validation][ValDocs] | [![ValBadge]][ValCore] |
4545

4646
[Core]: https://www.nuget.org/packages/ReactiveUI/
47-
[CoreEvents]: https://www.nuget.org/packages/ReactiveUI.Events/
4847
[CoreBadge]: https://img.shields.io/nuget/v/ReactiveUI.svg
4948
[CoreDoc]: https://reactiveui.net/docs/getting-started/installation/
5049

@@ -59,7 +58,6 @@ Install the following packages to start building your own ReactiveUI app. <b>Not
5958
[UniDoc]: https://reactiveui.net/docs/getting-started/installation/universal-windows-platform
6059

6160
[Wpf]: https://www.nuget.org/packages/ReactiveUI.WPF/
62-
[WpfEvents]: https://www.nuget.org/packages/ReactiveUI.Events.WPF/
6361
[WpfBadge]: https://img.shields.io/nuget/v/ReactiveUI.WPF.svg
6462
[WpfDoc]: https://reactiveui.net/docs/getting-started/installation/windows-presentation-foundation
6563

@@ -72,8 +70,6 @@ Install the following packages to start building your own ReactiveUI app. <b>Not
7270
[XamEvents]: https://www.nuget.org/packages/ReactiveUI.Events.XamForms/
7371
[XamBadge]: https://img.shields.io/nuget/v/ReactiveUI.XamForms.svg
7472
[XamDoc]: https://reactiveui.net/docs/getting-started/installation/xamarin-forms
75-
[XamE]: https://www.nuget.org/packages/ReactiveUI.Events.XamEssentials/
76-
7773
[Dro]: https://www.nuget.org/packages/ReactiveUI.AndroidSupport/
7874
[DroBadge]: https://img.shields.io/nuget/v/ReactiveUI.AndroidSupport.svg
7975
[DroDoc]: https://reactiveui.net/docs/getting-started/installation/xamarin-android

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "15.1",
3+
"version": "16.1",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$", // we release out of master
66
"^refs/heads/main$",

0 commit comments

Comments
 (0)