Initial support for static mapping files.

This commit is contained in:
Stef Heyenrath
2017-02-10 09:15:33 +01:00
parent e6c951bb37
commit 4d2205dbd5
5 changed files with 71 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.1.0",
"version": "1.0.1.1",
"title": "WireMock.Net",
"description": "Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape.",
"authors": [ "Alexandre Victoor", "Stef Heyenrath" ],
@@ -15,7 +15,7 @@
"projectUrl": "https://github.com/StefH/WireMock.Net",
"iconUrl": "https://raw.githubusercontent.com/StefH/WireMock.Net/master/WireMock.Net-Logo.png",
"licenseUrl": "https://raw.githubusercontent.com/StefH/WireMock.Net/master/LICENSE",
"releaseNotes": "Added Admin-Interface"
"releaseNotes": "Added static mapping.json file support"
},
"buildOptions": {