seek.automation.stub 0.1.1.82

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

// Install seek.automation.stub as a Cake Tool
#tool nuget:?package=seek.automation.stub&version=0.1.1.82

A library to allow stubbing of services while building integration or pact automated tests.

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.

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
0.2.3.100 1,577 9/21/2017
0.2.2.95 1,080 7/3/2017
0.2.2.94 1,013 6/28/2017
0.2.2.93 986 6/28/2017
0.2.2.92 1,008 6/28/2017
0.2.2.91 967 6/28/2017
0.2.2.90 1,005 6/27/2017
0.2.2.89 1,000 6/27/2017
0.2.2.88 968 6/27/2017
0.2.2.87 1,026 4/4/2017
0.2.2.86 975 4/4/2017
0.2.1.85 1,114 8/31/2016
0.1.1.84 993 8/31/2016
0.1.1.83 995 8/31/2016
0.1.1.82 1,019 7/21/2016
0.1.1.81 1,013 7/21/2016
0.1.1.80 1,038 7/21/2016
0.1.1.79 1,008 7/21/2016
0.1.1.78 1,025 7/20/2016
0.1.0.77 1,033 7/18/2016
0.0.9.75 1,173 7/14/2016
0.0.9.74 1,134 7/14/2016
0.0.9.73 1,159 7/14/2016
0.0.9.71 1,177 7/14/2016
0.0.9.70 1,160 7/14/2016
0.0.9.69 1,140 7/14/2016
0.0.9.68 1,160 7/14/2016
0.0.9.67 1,129 7/14/2016
0.0.8.33 1,040 7/4/2016
0.0.8.32 1,007 7/4/2016
0.0.8.31 1,028 7/4/2016
0.0.8.30 986 7/4/2016
0.0.8.29 1,043 7/4/2016
0.0.8.28 1,018 7/4/2016
0.0.8.25 1,044 7/4/2016
0.0.8.24 1,014 7/4/2016
0.0.8 1,038 7/8/2016
0.0.7.23 1,042 7/4/2016
0.0.7.17 1,240 6/30/2016
0.0.7.16 1,236 6/30/2016
0.0.7.15 1,260 6/30/2016
0.0.7.14 1,264 6/30/2016
0.0.7.13 1,248 6/30/2016
0.0.7.12 1,252 6/30/2016
0.0.7.11 1,244 6/30/2016
0.0.7.10 1,235 6/30/2016
0.0.7.6 1,326 7/1/2016
0.0.6.6 1,258 6/30/2016
0.0.4.3 1,256 6/30/2016
0.0.3 1,264 6/30/2016
0.0.2 1,270 6/30/2016

Please see below, the notes for the last release:


Issue: fixed the problem where if the request's body was JSON array, the library was throwing exception
Issue: fixed the problem where some clients were getting no media formatter specified error
Issue: fixed the problem where the filter methods were not available if the FromJson and FromFile methods were used