|
6 | 6 | <ImplicitUsings>disable</ImplicitUsings> |
7 | 7 | <GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild> |
8 | 8 | <PackageTags>nuext;extensions;async;asynclazy;asynceventhandler;asynclock;lockpool;asyncwaithandle;reentrantasynclock;disposable;asyncdisposable;lifetime;asynclifetime;valuestringbuilder;pathbuilder;valuepathbuilder;task;valuetask;observabledictionary;span;polyfills</PackageTags> |
9 | | - <Description>Provides various fundamental extensions and classes for .NET, simplifying tasks related to asynchronous programming, resource lifecycle management, thread synchronization, and more. |
10 | | - |
11 | | -Commonly Used Types: |
12 | | -System.AsyncEventHandler |
13 | | -System.CompatMemoryExtensions |
14 | | -System.ComponentModel.AggregateDisposable |
15 | | -System.ComponentModel.AggregateAsyncDisposable |
16 | | -System.ComponentModel.AsyncDisposable |
17 | | -System.ComponentModel.AsyncLifetime |
18 | | -System.ComponentModel.Disposable |
19 | | -System.ComponentModel.Lifetime |
20 | | -System.ComponentModel.PropertyChangeNotifier |
21 | | -System.Diagnostics.ProcessMonitor |
22 | | -System.Threading.AsyncLazy<T> |
23 | | -System.Threading.AsyncLock |
24 | | -System.Threading.AsyncWaitHandle |
25 | | -System.Threading.Lock |
26 | | -System.Threading.LockPool<T> |
27 | | -System.Threading.ReentrantAsyncLock |
28 | | -System.Threading.Tasks.ValueTaskExtensions |
29 | | -System.IO.PathBuilder |
30 | | -System.IO.ValuePathBuilder |
31 | | -System.Text.ValueStringBuilder |
32 | | -System.Collections.Generic.ValueListBuilder<T> |
33 | | -System.Collections.ObjectModel.ObservableDictionary<TKey, TValue> |
34 | | - </Description> |
35 | | - <Version>0.7.1</Version> |
| 9 | + <Description>High‑performance foundational utilities for .NET, providing async/threading primitives, lifetime management tools, Span/Memory polyfills, fast path builders, diagnostics helpers, and essential collection utilities. Designed for correctness, speed, and consistent behavior across modern .NET and .NET Framework.</Description> |
| 10 | + <Version>0.7.2</Version> |
36 | 11 | <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
37 | 12 | <RootNamespace /> |
38 | 13 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
|
0 commit comments