LucifureStash 1.2.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package LucifureStash --version 1.2.5
NuGet\Install-Package LucifureStash -Version 1.2.5
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="LucifureStash" Version="1.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LucifureStash --version 1.2.5
#r "nuget: LucifureStash, 1.2.5"
#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 LucifureStash as a Cake Addin
#addin nuget:?package=LucifureStash&version=1.2.5

// Install LucifureStash as a Cake Tool
#tool nuget:?package=LucifureStash&version=1.2.5

Runtime dll and tutorial

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
1.3.0 3,883 11/28/2013
1.2.5 1,618 2/10/2013
1.2.1 2,749 11/12/2012
1.2.0 1,406 9/4/2012
1.1.0 1,490 3/19/2012
1.0.3 1,356 2/19/2012

Includes runtime and tutorial and a readme.pdf

1. Unicode Fix.
2. Added IgnoreResourceNotFoundException option.
3. Refactored and fixed miscellaneous defects in Retry Policy. Added interception example in tutorial file  99.Helper.cs
4. Refactored context callback code to using a thread safe dictionary.