File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
5
5
<LangVersion >8.0</LangVersion >
6
6
<Nullable >enable</Nullable >
7
- <Title >Windows Community Toolkit Mvvm .NET Standard</Title >
7
+ <Title >Windows Community Toolkit MVVM .NET Standard</Title >
8
8
<Description >
9
- This package includes Mvvm .NET Standard code only helpers such as:
9
+ This package includes MVVM .NET Standard code only helpers such as:
10
10
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
11
11
- ObservableRecipient: a base class for observable objects with support for the IMessenger service.
12
12
- RelayCommand: a simple delegate command implementing the ICommand interface.
13
13
- Messenger: a messaging system to exchange messages through different loosely-coupled objects.
14
14
- Ioc: a helper class to configure dependency injection service containers.
15
15
</Description >
16
- <PackageTags >UWP Toolkit Windows Mvvm observable Ioc dependency injection services extensions helpers</PackageTags >
16
+ <PackageTags >UWP Toolkit Windows MVVM MVVMToolkit observable Ioc dependency injection services extensions helpers</PackageTags >
17
17
</PropertyGroup >
18
18
19
19
<!-- .NET Standard 2.0 doesn't have the Span<T> type -->
You can’t perform that action at this time.
0 commit comments