Skip to content

Commit 83f9262

Browse files
committed
v0.7.2
1 parent ed4f9a2 commit 83f9262

14 files changed

Lines changed: 947 additions & 300 deletions

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- NuGet -->
88
<PropertyGroup>
9-
<Authors>IvanGit</Authors>
9+
<Authors>ivanvoyager</Authors>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<Copyright>Copyright (c) $(Authors) $([System.DateTime]::Today.ToString(yyyy))</Copyright>
1212
</PropertyGroup>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024-2026 IvanGit
3+
Copyright (c) 2026 Ivan Voyager
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/NuExt.System.csproj

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,8 @@
66
<ImplicitUsings>disable</ImplicitUsings>
77
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
88
<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&lt;T&gt;
23-
System.Threading.AsyncLock
24-
System.Threading.AsyncWaitHandle
25-
System.Threading.Lock
26-
System.Threading.LockPool&lt;T&gt;
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&lt;T&gt;
33-
System.Collections.ObjectModel.ObservableDictionary&lt;TKey, TValue&gt;
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>
3611
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
3712
<RootNamespace />
3813
<GenerateDocumentationFile>True</GenerateDocumentationFile>

src/System/Collections/ObjectModel/ObservableDictionary.cs renamed to src/System/Collections/ObjectModel/ObservableDictionary`1.cs

File renamed without changes.

src/System/Collections/ObjectModel/OrderedObservableCollection.cs

Lines changed: 0 additions & 244 deletions
This file was deleted.

0 commit comments

Comments
 (0)