DotNext.Threading 1.3.0
Asynchronous locks and .NET threading extensions
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>DotNext.Threading</id>
<version>1.3.0</version>
<authors>Roman Sakno</authors>
<owners>Roman Sakno</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://sakno.github.io/dotNext/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/sakno/dotNext/develop/logo.png</iconUrl>
<description>Asynchronous locks and .NET threading extensions</description>
<releaseNotes>https://github.com/sakno/dotNext/blob/master/CHANGELOG.md</releaseNotes>
<copyright>Copyright © Roman Sakno 2019</copyright>
<tags>async lock objectpool</tags>
<repository type="git" url="https://github.com/sakno/dotNext.git" commit="3759fbf9ba758d33f4958ead9636ec6a45fd4173" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="DotNext" version="[1.2.4, 2.0.0)" exclude="Build,Analyzers" />
<dependency id="System.Threading.Channels" version="4.6.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>