Skip to content

Commit a968f51

Browse files
authored
housekeeping: Show stable NuGet versions (#1921)
1 parent 8342a2e commit a968f51

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,40 +62,40 @@ Install the following packages to start building your own ReactiveUI app. <b>Not
6262

6363
[Core]: https://www.nuget.org/packages/ReactiveUI/
6464
[CoreEvents]: https://www.nuget.org/packages/ReactiveUI.Events/
65-
[CoreBadge]: https://img.shields.io/nuget/vpre/ReactiveUI.svg
65+
[CoreBadge]: https://img.shields.io/nuget/v/ReactiveUI.svg
6666
[CoreDoc]: https://reactiveui.net/docs/getting-started/installation/
6767

6868
[Test]: https://www.nuget.org/packages/ReactiveUI.Testing/
69-
[TestBadge]: https://img.shields.io/nuget/vpre/ReactiveUI.Testing.svg
69+
[TestBadge]: https://img.shields.io/nuget/v/ReactiveUI.Testing.svg
7070
[TestDoc]: https://reactiveui.net/docs/handbook/testing/
7171

7272
[UniDoc]: https://reactiveui.net/docs/getting-started/installation/universal-windows-platform
7373

7474
[Wpf]: https://www.nuget.org/packages/ReactiveUI.WPF/
7575
[WpfEvents]: https://www.nuget.org/packages/ReactiveUI.Events.WPF/
76-
[WpfBadge]: https://img.shields.io/nuget/vpre/ReactiveUI.WPF.svg
76+
[WpfBadge]: https://img.shields.io/nuget/v/ReactiveUI.WPF.svg
7777
[WpfDoc]: https://reactiveui.net/docs/getting-started/installation/windows-presentation-foundation
7878

7979
[Win]: https://www.nuget.org/packages/ReactiveUI.WinForms/
8080
[WinEvents]: https://www.nuget.org/packages/ReactiveUI.Events.WinForms/
81-
[WinBadge]: https://img.shields.io/nuget/vpre/ReactiveUI.WinForms.svg
81+
[WinBadge]: https://img.shields.io/nuget/v/ReactiveUI.WinForms.svg
8282
[WinDoc]: https://reactiveui.net/docs/getting-started/installation/windows-forms
8383

8484
[Xam]: https://www.nuget.org/packages/ReactiveUI.XamForms/
8585
[XamEvents]: https://www.nuget.org/packages/ReactiveUI.Events.XamForms/
86-
[XamBadge]: https://img.shields.io/nuget/vpre/ReactiveUI.XamForms.svg
86+
[XamBadge]: https://img.shields.io/nuget/v/ReactiveUI.XamForms.svg
8787
[XamDoc]: https://reactiveui.net/docs/getting-started/installation/xamarin-forms
8888
[XamE]: https://www.nuget.org/packages/ReactiveUI.Events.XamEssentials/
8989

9090
[Dro]: https://www.nuget.org/packages/ReactiveUI.AndroidSupport/
91-
[DroBadge]: https://img.shields.io/nuget/vpre/ReactiveUI.AndroidSupport.svg
91+
[DroBadge]: https://img.shields.io/nuget/v/ReactiveUI.AndroidSupport.svg
9292
[DroDoc]: https://reactiveui.net/docs/getting-started/installation/xamarin-android
9393

9494
[MacDoc]: https://reactiveui.net/docs/getting-started/installation/xamarin-mac
9595
[IosDoc]: https://reactiveui.net/docs/getting-started/installation/xamarin-ios
9696

9797
[Ava]: https://www.nuget.org/packages/Avalonia.ReactiveUI/
98-
[AvaBadge]: https://img.shields.io/nuget/vpre/Avalonia.ReactiveUI.svg
98+
[AvaBadge]: https://img.shields.io/nuget/v/Avalonia.ReactiveUI.svg
9999
[AvaDoc]: https://reactiveui.net/docs/getting-started/installation/avalonia
100100
[EventsDocs]: https://reactiveui.net/docs/handbook/events/
101101

0 commit comments

Comments
 (0)