ChannelAdam.Core 1.2.1

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

// Install ChannelAdam.Core as a Cake Tool
#tool nuget:?package=ChannelAdam.Core&version=1.2.1

https://devzone.channeladam.com/ presents a core library that provides helpful functionality including base classes for disposables and finalizers, weak events, proxies and support for retry policies.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on ChannelAdam.Core:

Package Downloads
ChannelAdam.Wcf

Easily, reliably and correctly consume services using Microsoft's Windows Communication Foundation (WCF) library - including correctly performing the Close/Abort pattern and preventing memory and server connection leaks.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.3 12,599 7/18/2019
1.6.2 18,769 6/24/2018
1.6.1 988 6/24/2018
1.6.0 22,660 5/25/2017
1.5.2 3,458 2/23/2017
1.5.1 1,499 1/19/2017
1.5.0 1,117 12/14/2016
1.4.2 18,255 9/28/2016
1.4.1 1,034 9/24/2016
1.4.0 1,672 9/24/2016
1.3.6 954 9/24/2016
1.3.5 1,775 9/20/2016
1.3.4 1,528 9/13/2016
1.3.3 1,234 9/12/2016
1.3.2 964 9/12/2016
1.3.1 1,233 9/11/2016
1.3.0 956 9/11/2016
1.2.1 132,627 11/8/2015
1.2.0 1,091 11/8/2015
1.1.0 6,432 2/18/2015
1.0.0 2,551 9/1/2014

1.2.1 - Fixed version number
1.2.0 - Added retry policy interfaces and support for retry capability within a real proxy - added the class RetryEnabledDisposableObjectRealProxy.
1.1.0 - Added support for targeting .NET Framework 4.0 in addition to .NET Framework 4.5.
1.0.0 - Initial release targeting .NET Framework 4.5.