Skip to content

Commit 65d4b2f

Browse files
committed
Updated package information
1 parent c4c98c4 commit 65d4b2f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Source/KZDev.PerfUtils.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2020
global.json = global.json
2121
..\LICENSE = ..\LICENSE
2222
..\nuget.config = ..\nuget.config
23+
Src\KZDev.PerfUtils\package.cmd = Src\KZDev.PerfUtils\package.cmd
2324
..\README.md = ..\README.md
2425
EndProjectSection
2526
EndProject

Source/Src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PropertyGroup Label="SourceGlobals">
1010
<Configurations>Debug;Release;Profile;Package</Configurations>
1111
<TargetFrameworks>net9.0;net8.0;net6.0</TargetFrameworks>
12-
<Version>2.0.0</Version>
12+
<Version>2.0.0-alpha.0</Version>
1313
<Authors>Kevin Zehrer</Authors>
1414
<Copyright>Copyright © 2024-2025 Kevin Zehrer. All rights reserved.</Copyright>
1515
<Product>KZDev Performance Utilities</Product>

Source/Src/KZDev.PerfUtils/KZDev.PerfUtils.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<PropertyGroup Label="Package">
88
<Title>KZDev Performance Utilities</Title>
99
<PackageId>KZDev.PerfUtils</PackageId>
10-
<PackageTags>KZDev,Utilities,Performance,Concurrency,Interlocked,Interlocked-Xor,InterlockedOps,GC,Garbage-Collection,MemoryStream,MemoryStreamSlim,Stream,StringBuilder,StringBuilderCache</PackageTags>
10+
<PackageTags>KZDev,Utilities,Performance,Concurrency,Interlocked,Interlocked-Xor,InterlockedOps,GC,Garbage-Collection,MemoryStream,MemoryStreamSlim,Stream,StringBuilder,StringBuilderCache,Compression</PackageTags>
1111
<PackageReadmeFile>docs\README.md</PackageReadmeFile>
1212
<PackageIcon>images\icon.png</PackageIcon>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14-
<PackageDescription>Performance utilities for .NET projects, including the 'MemoryStreamSlim', 'StringBuilderCache', and 'InterlockedOps' classes.</PackageDescription>
14+
<PackageDescription>Performance utilities for .NET projects, including the MemoryStreamSlim, StringBuilderCache, InterlockedOps, and Compression classes.</PackageDescription>
1515
<PackageReleaseNotes>.NET 9 Support, MemoryStreamSlim Int64 Capacity Support, Added compression stream helper classes (version 2.0.0).</PackageReleaseNotes>
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
<RepositoryUrl>https://github.com/kzdev-net/kzdev.perfutils</RepositoryUrl>

0 commit comments

Comments
 (0)