Shielded 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Shielded --version 2.0.0
NuGet\Install-Package Shielded -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Shielded" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Shielded --version 2.0.0
#r "nuget: Shielded, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Shielded as a Cake Addin
#addin nuget:?package=Shielded&version=2.0.0

// Install Shielded as a Cake Tool
#tool nuget:?package=Shielded&version=2.0.0

A strict, fast and mostly obstruction-free Software Transactional Memory (STM) for .NET

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.4.9 3,024 4/13/2020
4.4.8 128,856 2/9/2019
4.4.7 5,474 8/26/2018
4.4.6 996 8/24/2017
4.4.5 1,077 6/15/2017
4.4.4 1,000 3/21/2017
4.4.3 1,004 1/28/2017
4.4.2 1,021 12/16/2016
4.4.1 987 11/19/2016
4.4.0 984 9/24/2016
4.3.0 971 9/3/2016
4.2.5 1,035 7/23/2016
4.2.4 1,037 3/3/2016
4.2.3 1,069 2/4/2016
4.2.2 1,030 1/10/2016
4.2.1 1,115 12/25/2015
4.2.0 1,163 12/25/2015
4.1.1 1,112 11/15/2015
4.1.0 1,097 11/7/2015
4.0.3 1,006 11/6/2015
4.0.2 1,030 11/2/2015
4.0.1 1,028 10/31/2015
4.0.0 1,019 10/30/2015
3.0.1 1,086 9/12/2015
2.1.0 1,088 6/15/2015
2.0.2 1,012 6/15/2015
2.0.1 1,035 6/8/2015
2.0.0 1,215 5/30/2015
1.1.4 1,089 4/11/2015
1.1.3 1,046 3/6/2015
1.1.2 989 3/5/2015
1.1.0 1,026 3/1/2015
1.0.2 1,553 12/19/2014
1.0.1 1,322 12/15/2014
1.0.0 1,328 12/15/2014

Various fixes and improvements, plus additional features for the ShieldedTree.
       IMPORTANT: A breaking change in the LocalStorage class! It now has method Release for releasing
       the storage, and is capable of holding null as a value. If you are using it, your "clean up" code
       must be updated to call Release instead of setting the Value to null.