From 5d3cbdbfc605b6083dc2c186461f3315c9c1cbce Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 4 Nov 2020 16:43:03 +0000 Subject: [PATCH] 1.3.5 --- CHANGELOG.md | 4 ++++ GitHubReleaseNotes.txt | 2 +- azure-pipelines-ci.yml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 011da7fb..0842b612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.3.5 (04 November 2020) +- [#530](https://github.com/WireMock-Net/WireMock.Net/pull/530) - Fix dotnet-sonarscanner [bug] contributed by [StefH](https://github.com/StefH) +- [#531](https://github.com/WireMock-Net/WireMock.Net/pull/531) - Add WithCallback-Async [feature] contributed by [StefH](https://github.com/StefH) + # 1.3.4 (17 October 2020) - [#522](https://github.com/WireMock-Net/WireMock.Net/pull/522) - Add ContinuousIntegrationBuild property [feature] contributed by [StefH](https://github.com/StefH) - [#525](https://github.com/WireMock-Net/WireMock.Net/pull/525) - Handlebars.Net.Helpers Version="1.1.0" [feature] contributed by [StefH](https://github.com/StefH) diff --git a/GitHubReleaseNotes.txt b/GitHubReleaseNotes.txt index 8a81a6bd..32c34974 100644 --- a/GitHubReleaseNotes.txt +++ b/GitHubReleaseNotes.txt @@ -1,3 +1,3 @@ https://github.com/StefH/GitHubReleaseNotes -GitHubReleaseNotes.exe --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc --version 1.3.4 \ No newline at end of file +GitHubReleaseNotes.exe --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc --version 1.3.5 \ No newline at end of file diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index c010e1e2..5e7c5b1a 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -14,7 +14,7 @@ steps: # Install Tools (SonarScanner) - script: | - dotnet tool install --global dotnet-sonarscanner --version 4.10.0 + dotnet tool install --global dotnet-sonarscanner displayName: Install Tools (SonarScanner) # Begin SonarScanner