WcfClientProxyGenerator 2.2.0

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

// Install WcfClientProxyGenerator as a Cake Tool
#tool nuget:?package=WcfClientProxyGenerator&version=2.2.0

Utility to generate fault tolerant and highly configurable client proxies for WCF services based on WCF ServiceContracts. Supports making async calls using non async-ready ServiceContracts.

Product Compatible and additional computed target framework versions.
.NET Framework 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

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
2.3.0-alpha5 750 8/12/2023
2.3.0-alpha4 4,280 11/21/2017
2.3.0-alpha3 1,758 11/20/2017
2.3.0-alpha2 1,363 11/20/2017
2.3.0-alpha1 1,528 11/20/2017
2.2.6 18,573 11/21/2017
2.2.5 6,633 5/11/2016
2.2.3 1,429 5/6/2016
2.2.1 1,416 5/3/2016
2.2.0 2,494 8/22/2015
2.1.3 1,576 7/20/2015
2.1.2 2,457 1/24/2015
2.1.1 1,610 1/7/2015
2.1.0 1,978 10/23/2014
2.0.9 1,553 10/14/2014
2.0.8 1,538 10/14/2014
2.0.7 1,470 10/8/2014
2.0.6 1,476 10/8/2014
1.2.5 2,864 1/16/2014
1.2.4 1,588 11/12/2013
1.2.3 1,591 11/3/2013
1.2.2 1,767 7/27/2013
1.2.1 1,496 7/25/2013

Release Notes:

* Updating version
* Fixing compiler warnings
* Updated albacore and rakefile
* Awaiting the call to DelayAsync since await in catch blocks support was added in c# 6.0
* Removed unneeded async Task from test method signature
* Issue #16 - Support for one-way operation contracts
* Merge branch 'JanTkacik-duplexContracts'
* Generating unique cache key for the DuplexChannelFactory
* Added test for the initial duplex channel support
* Duplex channel support bug fix
* Duplex contract basic support