Skip to content

Commit 4d0f6b4

Browse files
committed
Bump to 3.2.0
1 parent 14bc48f commit 4d0f6b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

AsyncLock/AsyncLock.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>NeoSmart.AsyncLock</RootNamespace>
66
<PackageId>NeoSmart.AsyncLock</PackageId>
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8-
<Version>3.2.0-preview2</Version>
8+
<Version>3.2.0</Version>
99
<Authors>NeoSmart Technologies, Mahmoud Al-Qudsi</Authors>
1010
<Company>NeoSmart Technologies</Company>
1111
<Product>NeoSmart.AsyncLock</Product>
@@ -16,7 +16,10 @@
1616
<RepositoryUrl>https://github.com/neosmart/AsyncLock</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>asynclock, async await, async, await, lock, synchronization</PackageTags>
19-
<PackageReleaseNotes>3.0: Smarter method of detecting recursion for faster and more-reliable locking on all platforms.
19+
<PackageReleaseNotes>
20+
3.2: New TryLock() and TryLockAsync() methods, CancellationToken support for synchronous locking routines.
21+
22+
3.0: Smarter method of detecting recursion for faster and more-reliable locking on all platforms.
2023

2124
3.1: Added synchronous locking that may be intermixed with async locking.
2225

0 commit comments

Comments
 (0)