mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-19 23:41:41 +02:00
1.0.1.2
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
using System.Text;
|
namespace WireMock.Admin.Mappings
|
||||||
|
|
||||||
namespace WireMock.Admin.Mappings
|
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// EncodingModel
|
/// EncodingModel
|
||||||
@@ -11,13 +9,15 @@ namespace WireMock.Admin.Mappings
|
|||||||
/// Encoding CodePage
|
/// Encoding CodePage
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int CodePage { get; set; }
|
public int CodePage { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Encoding EncodingName
|
/// Encoding EncodingName
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string EncodingName { get; set; }
|
public string EncodingName { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Encoding WebName
|
/// Encoding WebName
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string WebName { get; set; }
|
public string WebName { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
namespace WireMock.Admin.Mappings
|
namespace WireMock.Admin.Mappings
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
|
||||||
using WireMock.Admin.Mappings;
|
using WireMock.Admin.Mappings;
|
||||||
using WireMock.Util;
|
using WireMock.Util;
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
|
||||||
using WireMock.Admin.Mappings;
|
using WireMock.Admin.Mappings;
|
||||||
|
|
||||||
namespace WireMock.Admin.Requests
|
namespace WireMock.Admin.Requests
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.1.1",
|
"version": "1.0.1.2",
|
||||||
"title": "WireMock.Net",
|
"title": "WireMock.Net",
|
||||||
"description": "Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape.",
|
"description": "Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape.",
|
||||||
"authors": [ "Alexandre Victoor", "Stef Heyenrath" ],
|
"authors": [ "Alexandre Victoor", "Stef Heyenrath" ],
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
"projectUrl": "https://github.com/StefH/WireMock.Net",
|
"projectUrl": "https://github.com/StefH/WireMock.Net",
|
||||||
"iconUrl": "https://raw.githubusercontent.com/StefH/WireMock.Net/master/WireMock.Net-Logo.png",
|
"iconUrl": "https://raw.githubusercontent.com/StefH/WireMock.Net/master/WireMock.Net-Logo.png",
|
||||||
"licenseUrl": "https://raw.githubusercontent.com/StefH/WireMock.Net/master/LICENSE",
|
"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": {
|
"buildOptions": {
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
|
|||||||
Reference in New Issue
Block a user