1
0
mirror of https://github.com/chylex/.NET-Community-Toolkit.git synced 2025-07-25 19:59:09 +02:00

Rename packages away from "Windows" name

This commit is contained in:
Sergio Pedri 2021-11-01 17:26:52 +01:00
parent 8b7c87284b
commit 20f8ed1a59
8 changed files with 18 additions and 18 deletions

View File

@ -7,9 +7,9 @@
</PropertyGroup>
<PropertyGroup>
<Title>Windows Community Toolkit - Common (.NET Standard)</Title>
<Title>.NET Community Toolkit - Common</Title>
<Description>
This package includes .NET Standard code only helpers such as:
This package includes .NET helpers such as:
- IncrementalLoadingCollection: Simplifies the definition and usage of collections whose items can be loaded incrementally only when needed by the view.
- String extensions and array extensions: These extensions make working with string and arrays easier.
</Description>

View File

@ -7,9 +7,9 @@
</PropertyGroup>
<PropertyGroup>
<Title>Windows Community Toolkit - Diagnostics (.NET Standard)</Title>
<Title>.NET Community Toolkit - Diagnostics</Title>
<Description>
This package includes .NET Standard code only helpers such as:
This package includes .NET helpers such as:
- Guard: Helper methods to verify conditions when running code.
- ThrowHelper: Helper methods to efficiently throw exceptions.
</Description>

View File

@ -7,9 +7,9 @@
</PropertyGroup>
<PropertyGroup>
<Title>Windows Community Toolkit - High Performance (.NET Standard)</Title>
<Title>.NET Community Toolkit - High Performance</Title>
<Description>
This package includes high performance .NET Standard helpers such as:
This package includes high performance .NET helpers such as:
- Memory2D&lt;T&gt; and Span2D&lt;T&gt;: two types providing fast and allocation-free abstraction over 2D memory areas.
- ArrayPoolBufferWriter&lt;T&gt;: an IBufferWriter&lt;T&gt; implementation using pooled arrays, which also supports IMemoryOwner&lt;T&gt;.
- MemoryBufferWriter&lt;T&gt;: an IBufferWriter&lt;T&gt;: implementation that can wrap external Memory&lt;T&gt;: instances.

View File

@ -7,9 +7,9 @@
</PropertyGroup>
<PropertyGroup>
<Title>Windows Community Toolkit - MVVM (.NET Standard)</Title>
<Title>.NET Community Toolkit - MVVM</Title>
<Description>
This package includes a .NET Standard MVVM library with helpers such as:
This package includes a .NET MVVM library with helpers such as:
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
- ObservableRecipient: a base class for observable objects with support for the IMessenger service.
- ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface.

View File

@ -1,4 +1,4 @@
# Windows Community Toolkit
# .NET Community Toolkit
Copyright © .NET Foundation and Contributors

View File

@ -10,7 +10,7 @@ # 🧰 .NET Community Toolkit
## 🙌 Getting Started
Please read the [Getting Started with the Windows Community Toolkit](https://docs.microsoft.com/windows/communitytoolkit/getting-started) page for more detailed information about using the toolkit.
Please read the [Getting Started with the .NET Community Toolkit](https://docs.microsoft.com/windows/communitytoolkit/getting-started) page for more detailed information about using the toolkit.
## 📃 Documentation
@ -18,11 +18,11 @@ ## 📃 Documentation
## 🚀 Contribution
Do you want to contribute? Check out our [Windows Community Toolkit Wiki](https://aka.ms/wct/wiki) page to learn more about contribution and guidelines.
Do you want to contribute? Check out our [.NET Community Toolkit Wiki](https://aka.ms/wct/wiki) page to learn more about contribution and guidelines.
## 📦 NuGet Packages
NuGet is a standard package manager for .NET applications which is built into Visual Studio. When you open solution in Visual Studio, choose the *Tools* menu > *NuGet Package Manager* > *Manage NuGet packages for solution…* Enter one of the package names mentioned in [Windows Community Toolkit NuGet Packages](https://docs.microsoft.com/windows/communitytoolkit/nuget-packages) table to search for it online.
NuGet is a standard package manager for .NET applications which is built into Visual Studio. When you open solution in Visual Studio, choose the *Tools* menu > *NuGet Package Manager* > *Manage NuGet packages for solution…* Enter one of the package names mentioned in [.NET Community Toolkit NuGet Packages](https://docs.microsoft.com/windows/communitytoolkit/nuget-packages) table to search for it online.
## 🌍 Roadmap

View File

@ -1,4 +1,4 @@
Windows-Community-Toolkit
.NET-Community-Toolkit
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do Not Translate or Localize

View File

@ -3,15 +3,15 @@
<PropertyGroup>
<Company>.NET Foundation</Company>
<Authors>Microsoft.Toolkit</Authors>
<Product>Windows Community Toolkit</Product>
<CommonTags>Windows;Community;Toolkit;WCT</CommonTags>
<Product>.NET Community Toolkit</Product>
<CommonTags>DotNet;Community;Toolkit</CommonTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>(c) .NET Foundation and Contributors. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/CommunityToolkit/WindowsCommunityToolkit</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/CommunityToolkit/WindowsCommunityToolkit/releases</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/CommunityToolkit/dotnet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/CommunityToolkit/dotnet/releases</PackageReleaseNotes>
<PackageIcon>Icon.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/CommunityToolkit/WindowsCommunityToolkit/main/build/nuget.png</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/CommunityToolkit/dotnet/main/build/nuget.png</PackageIconUrl>
</PropertyGroup>
<PropertyGroup>