Skip to content

Commit d70e6d9

Browse files
committed
Added missing types to NuGet description
1 parent e8b624a commit d70e6d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Microsoft.Toolkit.Mvvm/Microsoft.Toolkit.Mvvm.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
This package includes a .NET Standard MVVM library with helpers such as:
1111
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
1212
- ObservableRecipient: a base class for observable objects with support for the IMessenger service.
13+
- ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface.
1314
- RelayCommand: a simple delegate command implementing the ICommand interface.
14-
- Messenger: a messaging system to exchange messages through different loosely-coupled objects.
15+
- AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation.
16+
- WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects.
17+
- StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.
1518
- Ioc: a helper class to configure dependency injection service containers.
1619
</Description>
1720
<PackageTags>UWP Toolkit Windows MVVM MVVMToolkit observable Ioc dependency injection services extensions helpers</PackageTags>

0 commit comments

Comments
 (0)