Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
- stryker@3.8.0

- dotnet-stryker@3.8.0
  • Loading branch information
rouke-broersma committed May 4, 2023
1 parent 959ded0 commit 9bd75a6
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 6 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ pr:
- '.github/*'

variables:
PackageVersion: '3.7.1'
VersionBuildNumber: $[counter('3.7.1', 1)]
PackageVersion: '3.8.0'
VersionBuildNumber: $[counter('3.8.0', 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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"version": "3.7.1",
"versionPrefix": "3.7.1",
"version": "3.8.0",
"versionPrefix": "3.8.0",
"versionSuffix": "",
"scripts": {
"prepare-release": "node prepare-release.js"
Expand Down
9 changes: 9 additions & 0 deletions src/Stryker.CLI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [3.8.0](https://github.com/stryker-mutator/stryker-net/compare/dotnet-stryker@3.7.1...dotnet-stryker@3.8.0) (2023-05-04)


### Features

* **reporting:** Report on tests in mutation report ([#1850](https://github.com/stryker-mutator/stryker-net/issues/1850)) ([98f4e97](https://github.com/stryker-mutator/stryker-net/commit/98f4e97bb90fdc5f142c18eb34e51373d1f64868))



## [3.7.1](https://github.com/stryker-mutator/stryker-net/compare/dotnet-stryker@3.7.0...dotnet-stryker@3.7.1) (2023-03-23)


Expand Down
2 changes: 1 addition & 1 deletion src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>3.7.1</VersionPrefix>
<VersionPrefix>3.8.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageId>dotnet-stryker</PackageId>
<Authors>Richard Werkman, Rouke Broersma</Authors>
Expand Down
17 changes: 17 additions & 0 deletions src/Stryker.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.8.0](https://github.com/stryker-mutator/stryker-net/compare/stryker@3.7.1...stryker@3.8.0) (2023-05-04)


### Bug Fixes

* **initial-build:** add quotes around buildCommand when necessary ([#2455](https://github.com/stryker-mutator/stryker-net/issues/2455)) ([7689a6e](https://github.com/stryker-mutator/stryker-net/commit/7689a6e0e622ecbfea855625706aa2e1f64be2f6))


### Features

* Add trace logging with vstest console messages ([#2490](https://github.com/stryker-mutator/stryker-net/issues/2490)) ([f072f1b](https://github.com/stryker-mutator/stryker-net/commit/f072f1b4a3bb1f4e78cbe52dcccaee47ef0a8c59))
* **compiling:** signing key is not required even if SignAssembly is…set to true ([#2457](https://github.com/stryker-mutator/stryker-net/issues/2457)) ([f6aa688](https://github.com/stryker-mutator/stryker-net/commit/f6aa68874a2b43db2c99f7cabd9da39444521da2))
* **reporting:** add support for realtime reporting ([#2469](https://github.com/stryker-mutator/stryker-net/issues/2469)) ([959ded0](https://github.com/stryker-mutator/stryker-net/commit/959ded0bd751d5d2b234eddfc8eca83c9a5bc75f)), closes [stryker-mutator/mutation-testing-elements#2434](https://github.com/stryker-mutator/mutation-testing-elements/issues/2434)
* **reporting:** Report on tests in mutation report ([#1850](https://github.com/stryker-mutator/stryker-net/issues/1850)) ([98f4e97](https://github.com/stryker-mutator/stryker-net/commit/98f4e97bb90fdc5f142c18eb34e51373d1f64868))



## [3.7.1](https://github.com/stryker-mutator/stryker-net/compare/stryker@3.7.0...stryker@3.7.1) (2023-03-23)


Expand Down
2 changes: 1 addition & 1 deletion src/Stryker.Core/Stryker.Core/Stryker.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>3.7.1</VersionPrefix>
<VersionPrefix>3.8.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageId>stryker</PackageId>
<Product>Mutation Testing</Product>
Expand Down

0 comments on commit 9bd75a6

Please sign in to comment.