Skip to content

Commit

Permalink
housekeeping: Mention maui in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Jun 28, 2022
1 parent c4bd619 commit e316c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# ReactiveUI.Validation

Validation for ReactiveUI based solutions, functioning in a reactive way. `ReactiveUI.Validation` was originally developed by [@jcmm33](https://github.com/jcmm33) as [Vistian.Reactive.Validation](https://github.com/jcmm33/ReactiveUI.Validation), and then refactored and updated by [Àlex Martínez Morón](https://github.com/alexmartinezm) and the [ReactiveUI Core Team](https://github.com/reactiveui/ReactiveUI#core-team). `ReactiveUI.Validation` supports all platforms, including .NET Framework, .NET Standard, .NET Core, MonoAndroid, AndroidX, Tizen, UAP, Xamarin.iOS, Xamarin.Mac, Xamarin.TVOS.
Validation for ReactiveUI based solutions, functioning in a reactive way. `ReactiveUI.Validation` was originally developed by [@jcmm33](https://github.com/jcmm33) as [Vistian.Reactive.Validation](https://github.com/jcmm33/ReactiveUI.Validation), and then refactored and updated by [Àlex Martínez Morón](https://github.com/alexmartinezm) and the [ReactiveUI Core Team](https://github.com/reactiveui/ReactiveUI#core-team). `ReactiveUI.Validation` supports all platforms, including .NET Framework, .NET Standard, .NET Core, Maui, MonoAndroid, AndroidX, Tizen, UAP, Xamarin.iOS, Xamarin.Mac, Xamarin.TVOS.

## NuGet Packages

Expand All @@ -15,7 +15,7 @@ Install the following package into you class library and into a platform-specifi
| Platform | ReactiveUI Package | NuGet |
| ------------------ | ------------------------------------------------ | -------------------- |
| Any Platform | [ReactiveUI.Validation][CoreDoc] | [![CoreBadge]][Core] |
| AndroidX (Xamarin) | [ReactiveUI.Validation.AndroidX][DroDoc] | [![DroXBadge]][DroX] |
| AndroidX (Maui, Xamarin) | [ReactiveUI.Validation.AndroidX][DroDoc] | [![DroXBadge]][DroX] |
| Xamarin.Android | [ReactiveUI.Validation.AndroidSupport][DroDoc] | [![DroBadge]][Dro] |

[Core]: https://www.nuget.org/packages/ReactiveUI.Validation/
Expand Down

0 comments on commit e316c0b

Please sign in to comment.