Skip to content

Commit d0e0cfa

Browse files
committed
Updated Microsoft.Toolkit.Mvvm .csproj info
1 parent 4da4b24 commit d0e0cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
55
<LangVersion>8.0</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Title>Windows Community Toolkit Mvvm .NET Standard</Title>
7+
<Title>Windows Community Toolkit MVVM .NET Standard</Title>
88
<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:
1010
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
1111
- 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.
1515
</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>
1717
</PropertyGroup>
1818

1919
<!-- .NET Standard 2.0 doesn't have the Span<T> type -->

0 commit comments

Comments
 (0)