James.ServiceStubs 0.4.13

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

// Install James.ServiceStubs as a Cake Tool
#tool nuget:?package=James.ServiceStubs&version=0.4.13

A configurable template-based HTTP service stub host/generator.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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.4.15 3,360 3/12/2017
0.4.14 1,245 3/12/2017
0.4.13 1,438 3/20/2016
0.4.12 1,357 3/9/2016
0.4.11 1,347 3/8/2016
0.4.10 1,402 2/28/2016
0.4.9 1,541 2/28/2016
0.4.8 1,790 2/27/2016
0.4.7 1,609 2/27/2016
0.4.6 1,542 2/27/2016
0.4.5 1,610 2/27/2016
0.4.4 1,722 2/27/2016
0.4.3 1,471 2/27/2016
0.4.2 1,859 2/27/2016
0.4.1 1,447 2/27/2016
0.4.0 1,454 2/27/2016
0.3.0 1,791 2/27/2016
0.2.0 1,424 2/27/2016
0.1.0 1,696 2/27/2016

0.4.13 Added the ability to post xml content and be able to respond with properties from the request body.
     0.4.12 Added the ability to override the path for the routes and template files.  This is leveraged by the command line app.
     0.4.11 Made the logging configurable via tiny ioc.
     0.4.10 Modified the Sample.template to use the correct syntax for rendering the id data.
     0.4.9 Reversed the route property names path and template to better align their meaning.
     0.4.8 Additional configuration.
     0.4.7 Additional configuration.
     0.4.6 Additional configuration.
     0.4.5 Additional configuration.
     0.4.4 Additional configuration.
     0.4.3 Additional configuration.
     0.4.2 Additional configuration.
     0.4.1 Added an install script that will modify the content to be copy to output.
     0.4.0 Fixing an issue with making the deployed files content that gets deployed on build.