Shielded 4.4.9

dotnet add package Shielded --version 4.4.9
                    
NuGet\Install-Package Shielded -Version 4.4.9
                    
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="4.4.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shielded" Version="4.4.9" />
                    
Directory.Packages.props
<PackageReference Include="Shielded" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Shielded --version 4.4.9
                    
#r "nuget: Shielded, 4.4.9"
                    
#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.
#addin nuget:?package=Shielded&version=4.4.9
                    
Install Shielded as a Cake Addin
#tool nuget:?package=Shielded&version=4.4.9
                    
Install Shielded as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 11,446 4/13/2020
4.4.8 224,360 2/9/2019
4.4.7 5,559 8/26/2018
4.4.6 1,107 8/24/2017
4.4.5 1,189 6/15/2017
4.4.4 1,111 3/21/2017
4.4.3 1,119 1/28/2017
4.4.2 1,134 12/16/2016
4.4.1 1,095 11/19/2016
4.4.0 1,097 9/24/2016
4.3.0 1,085 9/3/2016
4.2.5 1,158 7/23/2016
4.2.4 1,152 3/3/2016
4.2.3 1,187 2/4/2016
4.2.2 1,149 1/10/2016
4.2.1 1,294 12/25/2015
4.2.0 1,327 12/25/2015
4.1.1 1,228 11/15/2015
4.1.0 1,209 11/7/2015
4.0.3 1,125 11/6/2015
4.0.2 1,149 11/2/2015
4.0.1 1,140 10/31/2015
4.0.0 1,133 10/30/2015
3.0.1 1,203 9/12/2015
2.1.0 1,204 6/15/2015
2.0.2 1,137 6/15/2015
2.0.1 1,156 6/8/2015
2.0.0 1,382 5/30/2015
1.1.4 1,210 4/11/2015
1.1.3 1,170 3/6/2015
1.1.2 1,110 3/5/2015
1.1.0 1,149 3/1/2015
1.0.2 1,671 12/19/2014
1.0.1 1,438 12/15/2014
1.0.0 1,445 12/15/2014

Fixes in ShieldedDict clean-up logic + Shield.ReadingOldState now public.