James.ServiceStubs
0.4.12
See the version list below for details.
dotnet add package James.ServiceStubs --version 0.4.12
NuGet\Install-Package James.ServiceStubs -Version 0.4.12
<PackageReference Include="James.ServiceStubs" Version="0.4.12" />
paket add James.ServiceStubs --version 0.4.12
#r "nuget: James.ServiceStubs, 0.4.12"
// Install James.ServiceStubs as a Cake Addin #addin nuget:?package=James.ServiceStubs&version=0.4.12 // Install James.ServiceStubs as a Cake Tool #tool nuget:?package=James.ServiceStubs&version=0.4.12
A configurable template-based HTTP service stub host/generator.
Product | Versions 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. |
-
- Nancy.Hosting.Self (>= 1.4.1)
- Newtonsoft.Json (>= 8.0.1)
- RazorEngine (>= 3.7.7)
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,417 | 3/12/2017 |
0.4.14 | 1,279 | 3/12/2017 |
0.4.13 | 1,504 | 3/20/2016 |
0.4.12 | 1,415 | 3/9/2016 |
0.4.11 | 1,413 | 3/8/2016 |
0.4.10 | 1,461 | 2/28/2016 |
0.4.9 | 1,593 | 2/28/2016 |
0.4.8 | 1,833 | 2/27/2016 |
0.4.7 | 1,644 | 2/27/2016 |
0.4.6 | 1,569 | 2/27/2016 |
0.4.5 | 1,647 | 2/27/2016 |
0.4.4 | 1,773 | 2/27/2016 |
0.4.3 | 1,526 | 2/27/2016 |
0.4.2 | 1,902 | 2/27/2016 |
0.4.1 | 1,493 | 2/27/2016 |
0.4.0 | 1,504 | 2/27/2016 |
0.3.0 | 1,830 | 2/27/2016 |
0.2.0 | 1,484 | 2/27/2016 |
0.1.0 | 1,766 | 2/27/2016 |
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.