From a5af2ef920974dcdd73a26689f608877e7c5b778 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 2 Mar 2022 08:38:53 +0100 Subject: [PATCH] 1.4.37 --- CHANGELOG.md | 6 ++++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 8 +++++--- WireMock.Net Solution.sln | 1 - build-info.md | 11 ----------- 6 files changed, 13 insertions(+), 17 deletions(-) delete mode 100644 build-info.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a57170..b94aa328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.4.37 (02 March 2022) +- [#730](https://github.com/WireMock-Net/WireMock.Net/pull/730) - Fixed bug "dotnet nuget push -n" [bug] contributed by [StefH](https://github.com/StefH) +- [#732](https://github.com/WireMock-Net/WireMock.Net/pull/732) - Make X509CertificatePassword optional [feature] contributed by [StefH](https://github.com/StefH) +- [#733](https://github.com/WireMock-Net/WireMock.Net/pull/733) - Fix FileSystemWatcher [bug] contributed by [StefH](https://github.com/StefH) +- [#726](https://github.com/WireMock-Net/WireMock.Net/issues/726) - Wiremock - WatchStaticMappings only works until the first request is made [bug] + # 1.4.36 (25 February 2022) - [#728](https://github.com/WireMock-Net/WireMock.Net/pull/728) - Update NuGet packages [feature] contributed by [StefH](https://github.com/StefH) - [#729](https://github.com/WireMock-Net/WireMock.Net/pull/729) - BodyAsFile should use BodyAsFileIsCached value [bug] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index f5dfa8c2..83e359d5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.4.36 + 1.4.37 See CHANGELOG.md WireMock.Net-Logo.png https://github.com/WireMock-Net/WireMock.Net diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index 3339db50..9527fac8 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.4.36 +SET version=1.4.37 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 379c76c0..e5395f37 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,5 +1,7 @@ -# 1.4.36 (25 February 2022) -- #728 Update NuGet packages [feature] -- #729 BodyAsFile should use BodyAsFileIsCached value [bug] +# 1.4.37 (02 March 2022) +- #730 Fixed bug "dotnet nuget push -n" [bug] +- #732 Make X509CertificatePassword optional [feature] +- #733 Fix FileSystemWatcher [bug] +- #726 Wiremock - WatchStaticMappings only works until the first request is made [bug] The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file diff --git a/WireMock.Net Solution.sln b/WireMock.Net Solution.sln index d872596f..66ad324b 100644 --- a/WireMock.Net Solution.sln +++ b/WireMock.Net Solution.sln @@ -23,7 +23,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig .gitignore = .gitignore - build-info.md = build-info.md CHANGELOG.md = CHANGELOG.md Directory.Build.props = Directory.Build.props Generate-ReleaseNotes.cmd = Generate-ReleaseNotes.cmd diff --git a/build-info.md b/build-info.md deleted file mode 100644 index c97c14a6..00000000 --- a/build-info.md +++ /dev/null @@ -1,11 +0,0 @@ -# Build info -For building and running all code in VSCode: - -- download nuget.exe from https://www.nuget.org/downloads -- copy nuget.exe to a folder which is listed in the path or just in c:\Windows -- go to the root from this project and run `nuget restore` -- all packages are now restored into the `WireMock.Net\packages` folder - -### Note -An example project like `WireMock.Net.Console.Net452.Classic` still shows some red errors in VSCode, but you can just run `dotnet build`. -But you can just execute `.\bin\Debug\WireMock.Net.ConsoleApplication.exe` to run the application \ No newline at end of file