From 0c1e59269ffa1d8bdbf8a3f6e520fa4d7fb9b361 Mon Sep 17 00:00:00 2001 From: Rouke Broersma Date: Mon, 6 Feb 2023 13:04:58 +0100 Subject: [PATCH] Publish - stryker@3.5.1 - dotnet-stryker@3.5.1 --- azure-pipelines.yml | 4 ++-- package.json | 4 ++-- src/Stryker.CLI/CHANGELOG.md | 4 ++++ src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj | 2 +- src/Stryker.Core/CHANGELOG.md | 9 +++++++++ src/Stryker.Core/Stryker.Core/Stryker.Core.csproj | 2 +- 6 files changed, 19 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 606792ac67..78b888449f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,8 +23,8 @@ pr: - '.github/*' variables: - PackageVersion: '3.5.0' - VersionBuildNumber: $[counter('3.5.0', 1)] + PackageVersion: '3.5.1' + VersionBuildNumber: $[counter('3.5.1', 1)] IntegrationTestVersion: $(PackageVersion)-alpha.$(VersionBuildNumber) ProjectsToPack: src/Stryker.Core/Stryker.Core/Stryker.Core.csproj;src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj MygetFeed: https://www.myget.org/F/stryker-mutator-integrationtest diff --git a/package.json b/package.json index 66feec6791..749114aa8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, - "version": "3.5.0", - "versionPrefix": "3.5.0", + "version": "3.5.1", + "versionPrefix": "3.5.1", "versionSuffix": "", "scripts": { "prepare-release": "node prepare-release.js" diff --git a/src/Stryker.CLI/CHANGELOG.md b/src/Stryker.CLI/CHANGELOG.md index ed29e59e82..6d227d2933 100644 --- a/src/Stryker.CLI/CHANGELOG.md +++ b/src/Stryker.CLI/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.5.1](https://github.com/stryker-mutator/stryker-net/compare/dotnet-stryker@3.5.0...dotnet-stryker@3.5.1) (2023-02-06) + + + # [3.5.0](https://github.com/stryker-mutator/stryker-net/compare/dotnet-stryker@3.4.0...dotnet-stryker@3.5.0) (2023-02-06) diff --git a/src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj b/src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj index cf34f3c984..ee190518fc 100644 --- a/src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj +++ b/src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj @@ -9,7 +9,7 @@ - 3.5.0 + 3.5.1 dotnet-stryker Richard Werkman, Rouke Broersma diff --git a/src/Stryker.Core/CHANGELOG.md b/src/Stryker.Core/CHANGELOG.md index 95d8ef0f75..0bdf61ffab 100644 --- a/src/Stryker.Core/CHANGELOG.md +++ b/src/Stryker.Core/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.5.1](https://github.com/stryker-mutator/stryker-net/compare/stryker@3.5.0...stryker@3.5.1) (2023-02-06) + + +### Bug Fixes + +* **dashboard reporter:** fix dashboard publishing when the project name is computed ([#2397](https://github.com/stryker-mutator/stryker-net/issues/2397)) ([7395b2b](https://github.com/stryker-mutator/stryker-net/commit/7395b2bc4dfd9db962e1ea1e9d13bc7e6235c252)), closes [#1710](https://github.com/stryker-mutator/stryker-net/issues/1710) + + + # [3.5.0](https://github.com/stryker-mutator/stryker-net/compare/stryker@3.4.0...stryker@3.5.0) (2023-02-06) diff --git a/src/Stryker.Core/Stryker.Core/Stryker.Core.csproj b/src/Stryker.Core/Stryker.Core/Stryker.Core.csproj index 8498371dfa..2aa49c89ac 100644 --- a/src/Stryker.Core/Stryker.Core/Stryker.Core.csproj +++ b/src/Stryker.Core/Stryker.Core/Stryker.Core.csproj @@ -8,7 +8,7 @@ - 3.5.0 + 3.5.1 stryker Mutation Testing