Skip to content

Commit ffcc807

Browse files
committed
Updated package description for ViewModelBase
1 parent ffefa55 commit ffcc807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Description>
99
This package includes Mvvm .NET Standard code only helpers such as:
1010
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
11-
- ViewModelBase: a base class for view-models with built-in minimal dependency injection support.
11+
- ObservableRecipient: a base class for observable objects with support for the IMessenger service.
1212
- RelayCommand: a simple delegate command implementing the ICommand interface.
1313
- Messenger: a messaging system to exchange messages through different loosely-coupled objects.
1414
- Ioc: a helper class to configure dependency injection service containers.

0 commit comments

Comments
 (0)