Skip to content

Commit

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

- dotnet-stryker@4.0.1
  • Loading branch information
rouke-broersma committed Mar 15, 2024
1 parent e5e0fb1 commit fae2cd1
Show file tree
Hide file tree
Showing 6 changed files with 27 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: '4.0.0'
VersionBuildNumber: $[counter('4.0.0', 1)]
PackageVersion: '4.0.1'
VersionBuildNumber: $[counter('4.0.1', 1)]
IntegrationTestVersion: $(PackageVersion)-alpha.$(VersionBuildNumber)
ProjectsToPack: src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj
ForkIntegrationNugetFeedUri: https://f.feedz.io/stryker/stryker-net/nuget/index.json
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": "4.0.0",
"versionPrefix": "4.0.0",
"version": "4.0.1",
"versionPrefix": "4.0.1",
"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 @@
## [4.0.1](https://github.com/stryker-mutator/stryker-net/compare/dotnet-stryker@4.0.0...dotnet-stryker@4.0.1) (2024-03-15)


### Bug Fixes

* Improve build, restore and test ([#2845](https://github.com/stryker-mutator/stryker-net/issues/2845)) ([a14b64b](https://github.com/stryker-mutator/stryker-net/commit/a14b64bbea21cb44c8bc9868c826a5344500e058))



# [4.0.0](https://github.com/stryker-mutator/stryker-net/compare/dotnet-stryker@3.13.2...dotnet-stryker@4.0.0) (2024-02-16)


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>4.0.0</VersionPrefix>
<VersionPrefix>4.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageId>dotnet-stryker</PackageId>
<Authors>Richard Werkman, Rouke Broersma</Authors>
Expand Down
12 changes: 12 additions & 0 deletions src/Stryker.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.0.1](https://github.com/stryker-mutator/stryker-net/compare/stryker@4.0.0...stryker@4.0.1) (2024-03-15)


### Bug Fixes

* Ensure MutationControl compiles with 'nullable' enabled ([#2869](https://github.com/stryker-mutator/stryker-net/issues/2869)) ([0fbd340](https://github.com/stryker-mutator/stryker-net/commit/0fbd34057b5e7a66b5a0542020a630d7422f6664))
* Improve build, restore and test ([#2845](https://github.com/stryker-mutator/stryker-net/issues/2845)) ([a14b64b](https://github.com/stryker-mutator/stryker-net/commit/a14b64bbea21cb44c8bc9868c826a5344500e058))
* Refactor C# mutation orchestration to a simpler design ([#2831](https://github.com/stryker-mutator/stryker-net/issues/2831)) ([02c8258](https://github.com/stryker-mutator/stryker-net/commit/02c8258703d9328886733a077a6232f6c72be2a1))
* Support test projects with shared source file ([#2875](https://github.com/stryker-mutator/stryker-net/issues/2875)) ([e681367](https://github.com/stryker-mutator/stryker-net/commit/e6813671eb7e23d9dcd9ed62daaf19681099b999))



# [4.0.0](https://github.com/stryker-mutator/stryker-net/compare/stryker@3.13.2...stryker@4.0.0) (2024-02-16)


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>4.0.0</VersionPrefix>
<VersionPrefix>4.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageId>stryker</PackageId>
<Product>Mutation Testing</Product>
Expand Down

0 comments on commit fae2cd1

Please sign in to comment.