Shielded 2.0.0
See the version list below for details.
dotnet add package Shielded --version 2.0.0
NuGet\Install-Package Shielded -Version 2.0.0
<PackageReference Include="Shielded" Version="2.0.0" />
paket add Shielded --version 2.0.0
#r "nuget: Shielded, 2.0.0"
// 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 | Versions 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. |
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 | 7,872 | 4/13/2020 |
4.4.8 | 186,990 | 2/9/2019 |
4.4.7 | 5,510 | 8/26/2018 |
4.4.6 | 1,026 | 8/24/2017 |
4.4.5 | 1,106 | 6/15/2017 |
4.4.4 | 1,030 | 3/21/2017 |
4.4.3 | 1,036 | 1/28/2017 |
4.4.2 | 1,050 | 12/16/2016 |
4.4.1 | 1,015 | 11/19/2016 |
4.4.0 | 1,015 | 9/24/2016 |
4.3.0 | 1,001 | 9/3/2016 |
4.2.5 | 1,067 | 7/23/2016 |
4.2.4 | 1,068 | 3/3/2016 |
4.2.3 | 1,101 | 2/4/2016 |
4.2.2 | 1,062 | 1/10/2016 |
4.2.1 | 1,159 | 12/25/2015 |
4.2.0 | 1,199 | 12/25/2015 |
4.1.1 | 1,139 | 11/15/2015 |
4.1.0 | 1,124 | 11/7/2015 |
4.0.3 | 1,038 | 11/6/2015 |
4.0.2 | 1,059 | 11/2/2015 |
4.0.1 | 1,057 | 10/31/2015 |
4.0.0 | 1,049 | 10/30/2015 |
3.0.1 | 1,118 | 9/12/2015 |
2.1.0 | 1,117 | 6/15/2015 |
2.0.2 | 1,048 | 6/15/2015 |
2.0.1 | 1,069 | 6/8/2015 |
2.0.0 | 1,248 | 5/30/2015 |
1.1.4 | 1,121 | 4/11/2015 |
1.1.3 | 1,081 | 3/6/2015 |
1.1.2 | 1,022 | 3/5/2015 |
1.1.0 | 1,060 | 3/1/2015 |
1.0.2 | 1,584 | 12/19/2014 |
1.0.1 | 1,351 | 12/15/2014 |
1.0.0 | 1,356 | 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.