Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rouke-broersma committed Feb 16, 2024
1 parent 9a978e6 commit 486a05c
Show file tree
Hide file tree
Showing 6 changed files with 26 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.13.2'
VersionBuildNumber: $[counter('3.13.2', 1)]
PackageVersion: '4.0.0'
VersionBuildNumber: $[counter('4.0.0', 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": "3.13.2",
"versionPrefix": "3.13.2",
"version": "4.0.0",
"versionPrefix": "4.0.0",
"versionSuffix": "",
"scripts": {
"prepare-release": "node prepare-release.js"
Expand Down
10 changes: 10 additions & 0 deletions src/Stryker.CLI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [4.0.0](https://github.com/stryker-mutator/stryker-net/compare/[email protected]@4.0.0) (2024-02-16)


### Features

* **reporters:** add support for real-time reporting in `DashboardReporter` ([#2563](https://github.com/stryker-mutator/stryker-net/issues/2563)) ([1ab3f29](https://github.com/stryker-mutator/stryker-net/commit/1ab3f293fabea735954edf15febcd4ea353ac1c5))
* **target framework:** Update dotnet target framework from 6 to 8 ([#2851](https://github.com/stryker-mutator/stryker-net/issues/2851)) ([9a978e6](https://github.com/stryker-mutator/stryker-net/commit/9a978e6dcfcd19b3cdce77322da13027d58e0651))



## [3.13.2](https://github.com/stryker-mutator/stryker-net/compare/[email protected]@3.13.2) (2024-01-25)


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


### Features

* **reporters:** add support for real-time reporting in `DashboardReporter` ([#2563](https://github.com/stryker-mutator/stryker-net/issues/2563)) ([1ab3f29](https://github.com/stryker-mutator/stryker-net/commit/1ab3f293fabea735954edf15febcd4ea353ac1c5))
* **target framework:** Update dotnet target framework from 6 to 8 ([#2851](https://github.com/stryker-mutator/stryker-net/issues/2851)) ([9a978e6](https://github.com/stryker-mutator/stryker-net/commit/9a978e6dcfcd19b3cdce77322da13027d58e0651))



## [3.13.2](https://github.com/stryker-mutator/stryker-net/compare/[email protected]@3.13.2) (2024-01-25)


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

0 comments on commit 486a05c

Please sign in to comment.