-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1405 from bUnit-dev/release/v1.27
Release of new minor version v1.27
- Loading branch information
Showing
60 changed files
with
706 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
] | ||
}, | ||
"docfx": { | ||
"version": "2.74.1", | ||
"version": "2.75.3", | ||
"commands": [ | ||
"docfx" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,9 +49,10 @@ jobs: | |
6.0.x | ||
7.0.x | ||
8.0.x | ||
9.0.x | ||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].1 | ||
uses: dotnet/[email protected].2 | ||
with: | ||
setAllVars: true | ||
|
||
|
@@ -109,7 +110,7 @@ jobs: | |
- name: Validate package | ||
shell: pwsh | ||
run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NUGET_DIRECTORY }}/*.nupkg") --excluded-rules IconMustBeSet | ||
|
||
run-test: | ||
strategy: | ||
fail-fast: false | ||
|
@@ -132,6 +133,7 @@ jobs: | |
6.0.x | ||
7.0.x | ||
8.0.x | ||
9.0.x | ||
- name: 🧪 Run unit tests | ||
run: dotnet test -c release --blame --blame-crash --blame-hang | ||
|
@@ -163,7 +165,7 @@ jobs: | |
path: ${{ env.NUGET_DIRECTORY }} | ||
|
||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].1 | ||
uses: dotnet/[email protected].2 | ||
with: | ||
setAllVars: true | ||
|
||
|
@@ -209,9 +211,10 @@ jobs: | |
6.0.x | ||
7.0.x | ||
8.0.x | ||
9.0.x | ||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].1 | ||
uses: dotnet/[email protected].2 | ||
with: | ||
setAllVars: true | ||
|
||
|
@@ -245,7 +248,7 @@ jobs: | |
- name: 'Checkout Repository' | ||
uses: actions/checkout@v4 | ||
- name: 'Dependency Review' | ||
uses: actions/dependency-review-action@v3 | ||
uses: actions/dependency-review-action@v4 | ||
|
||
release-preview: | ||
if: github.event_name == 'workflow_dispatch' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
git config --global commit.gpgsign true | ||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].1 | ||
uses: dotnet/[email protected].2 | ||
with: | ||
setAllVars: true | ||
|
||
|
@@ -77,6 +77,7 @@ jobs: | |
6.0.x | ||
7.0.x | ||
8.0.x | ||
9.0.x | ||
- name: 🎨 Setup color | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
git config --global commit.gpgsign true | ||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].1 | ||
uses: dotnet/[email protected].2 | ||
with: | ||
setAllVars: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
git config --global commit.gpgsign true | ||
- name: ⚙️ Setup GIT versioning | ||
uses: dotnet/[email protected].1 | ||
uses: dotnet/[email protected].2 | ||
with: | ||
setAllVars: true | ||
|
||
|
@@ -62,9 +62,10 @@ jobs: | |
6.0.x | ||
7.0.x | ||
8.0.x | ||
9.0.x | ||
- name: 🛠️ Update changelog | ||
uses: thomaseizinger/keep-a-changelog-new-release@1.3.0 | ||
uses: thomaseizinger/keep-a-changelog-new-release@2.0.0 | ||
with: | ||
version: ${{ env.NBGV_SemVer2 }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"rollForward": "latestMajor", | ||
"allowPrerelease": false | ||
"allowPrerelease": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.