mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-24 09:48:51 +02:00
1.5.15
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# 1.5.15 (29 January 2023)
|
||||||
|
- [#878](https://github.com/WireMock-Net/WireMock.Net/pull/878) - Update REST Admin interface to support "Get Mapping(s) as C# Code" [feature] contributed by [StefH](https://github.com/StefH)
|
||||||
|
|
||||||
# 1.5.14 (24 January 2023)
|
# 1.5.14 (24 January 2023)
|
||||||
- [#842](https://github.com/WireMock-Net/WireMock.Net/pull/842) - Generate C# code from Mapping [feature] contributed by [StefH](https://github.com/StefH)
|
- [#842](https://github.com/WireMock-Net/WireMock.Net/pull/842) - Generate C# code from Mapping [feature] contributed by [StefH](https://github.com/StefH)
|
||||||
- [#869](https://github.com/WireMock-Net/WireMock.Net/pull/869) - Add MappingBuilder to build mappings in code and export to Models or JSON [feature] contributed by [StefH](https://github.com/StefH)
|
- [#869](https://github.com/WireMock-Net/WireMock.Net/pull/869) - Add MappingBuilder to build mappings in code and export to Models or JSON [feature] contributed by [StefH](https://github.com/StefH)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VersionPrefix>1.5.14</VersionPrefix>
|
<VersionPrefix>1.5.15</VersionPrefix>
|
||||||
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
|
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
|
||||||
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
|
||||||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
rem https://github.com/StefH/GitHubReleaseNotes
|
rem https://github.com/StefH/GitHubReleaseNotes
|
||||||
|
|
||||||
SET version=1.5.14
|
SET version=1.5.15
|
||||||
|
|
||||||
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN%
|
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN%
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,4 @@
|
|||||||
# 1.5.14 (24 January 2023)
|
# 1.5.15 (29 January 2023)
|
||||||
- #842 Generate C# code from Mapping [feature]
|
- #878 Update REST Admin interface to support "Get Mapping(s) as C# Code" [feature]
|
||||||
- #869 Add MappingBuilder to build mappings in code and export to Models or JSON [feature]
|
|
||||||
- #871 Add UseWebhooksFireAndForget to Server ConvertMapping [bug]
|
|
||||||
- #872 Fix unsubscribe from LogEntriesChanged event handler [bug]
|
|
||||||
- #875 Fix Self referencing loop detected for property [bug]
|
|
||||||
- #877 Add unit test example for Transformer Handlebars String.Append String.Join [test]
|
|
||||||
- #701 Allow to create MappingModel from c# to be able to configure local and remote mocks similarly [feature]
|
|
||||||
- #867 Can I build mappings with code and save them to JSON-file without starting server [feature]
|
|
||||||
- #870 Can not unsubscribe from LogEntriesChanged event. [bug]
|
|
||||||
|
|
||||||
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md
|
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md
|
||||||
Reference in New Issue
Block a user