Skip to content

Commit 1549390

Browse files
committed
Remove 'High-performance' from package tags
Updated the PackageTags in the project file to remove the 'High-performance' tag, leaving only the specific hash algorithm tags.
1 parent 0d28dce commit 1549390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/System.IO.Hashing.XxHash.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageProjectUrl>https://github.com/emako/XxHash.NET</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/emako/XxHash.NET</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
17-
<PackageTags>High-performance xxhash xxhash32 xxhash64 xxhash3 xxhash128</PackageTags>
17+
<PackageTags>xxhash xxhash32 xxhash64 xxhash3 xxhash128</PackageTags>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
<PackageIcon>logo.png</PackageIcon>

0 commit comments

Comments
 (0)