This commit is contained in:
Stef Heyenrath
2017-02-27 11:16:34 +01:00
parent 7c51b2e73c
commit 02803562c6
7 changed files with 6 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
using System.Text;
namespace WireMock.Admin.Mappings
namespace WireMock.Admin.Mappings
{
/// <summary>
/// EncodingModel
@@ -11,13 +9,15 @@ namespace WireMock.Admin.Mappings
/// Encoding CodePage
/// </summary>
public int CodePage { get; set; }
/// <summary>
/// Encoding EncodingName
/// </summary>
public string EncodingName { get; set; }
/// <summary>
/// Encoding WebName
/// </summary>
public string WebName { get; set; }
}
}
}

View File

@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Text;
namespace WireMock.Admin.Mappings
{

View File

@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;
using WireMock.Admin.Mappings;
using WireMock.Util;

View File

@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Text;
using WireMock.Admin.Mappings;
namespace WireMock.Admin.Requests

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.1.1",
"version": "1.0.1.2",
"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 with static mapping.json file support"
"releaseNotes": "Added more Admin-Interface commands (save/find/reset/settings) and added support for body encoding."
},
"buildOptions": {