From 8b3e31f5f6c70cb27bc574ce45c794d4c322b602 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 5 Dec 2022 01:58:11 +0000
Subject: [PATCH 01/47] (maint) Update dependency Moq to v4.18.3
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 3f9e9ac9..4ffddebe 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -25,7 +25,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
From c35b429c697aaf37e418b0ac32f62ba6bf36ce75 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 6 Dec 2022 21:23:23 +0000
Subject: [PATCH 02/47] (maint) Update dependency xunit.analyzers to v1.1.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 4ffddebe..7e4ac40d 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -28,7 +28,7 @@
-
+
runtime; build; native; contentfiles; analyzers
all
From 1c8d7ebefddf8bd6737e890d5580cd767d3151f6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 14 Dec 2022 16:47:40 +0000
Subject: [PATCH 03/47] (maint) Update dependency dotnet-sdk to v7.0.101
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index cb5eb578..d3712c03 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.100",
+ "version": "7.0.101",
"rollForward": "latestFeature"
}
}
From bdea7e087fe4be120511d99b7d58439d6fc9a142 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 16 Dec 2022 10:53:47 +0000
Subject: [PATCH 04/47] (maint) Update dependency Microsoft.NET.Test.Sdk to
v17.4.1
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 7e4ac40d..447e889a 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -20,7 +20,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From c47ac003e3e666f1371ccce12c6f6e7769cc0d7a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 30 Dec 2022 13:37:09 +0000
Subject: [PATCH 05/47] (maint) Update dependency Moq to v4.18.4
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 447e889a..5ae8f7f8 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -25,7 +25,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
From e6166214c24e7b5e7563d2d6b04a5c8fc7838fbe Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 15 Feb 2023 08:19:50 +0000
Subject: [PATCH 06/47] (maint) Update dependency dotnet-sdk to v7.0.200
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index d3712c03..b2f43eb8 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.101",
+ "version": "7.0.200",
"rollForward": "latestFeature"
}
}
From f50e81b17285e9fe729dcc61f72023811a7e5c4f Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Mon, 27 Mar 2023 07:45:32 +0200
Subject: [PATCH 07/47] (#243) bumped GH-Action-Images to latest
---
.github/workflows/build.yml | 6 +++---
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 43510328..25299d34 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ windows-2019, ubuntu-18.04, macos-10.15 ]
+ os: [ windows-2022, ubuntu-22.04, macos-12 ]
env:
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}
@@ -43,7 +43,7 @@ jobs:
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }}
steps:
- - name: Checkout the repository
+ - name: Checkout the repository
uses: actions/checkout@v3
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
@@ -81,4 +81,4 @@ jobs:
with:
if-no-files-found: warn
name: package
- path: BuildArtifacts/Packages/**/*
\ No newline at end of file
+ path: BuildArtifacts/Packages/**/*
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index beb98f1d..3b730b6f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -18,7 +18,7 @@ on:
jobs:
analyze:
name: Analyze
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
strategy:
fail-fast: false
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 42e7d1fd..dc346c58 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -11,7 +11,7 @@ env:
jobs:
cake:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
steps:
- name: checkout
@@ -19,7 +19,7 @@ jobs:
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
-
+
- name: Cache Tools
uses: actions/cache@v3
with:
From bc62d3fa5fe03707cfcd0083ba1eaad5eaf89815 Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Mon, 27 Mar 2023 07:47:32 +0200
Subject: [PATCH 08/47] (chore) switch cake-version in CI to "tool-manifest"
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 25299d34..ea0e174a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
script-path: recipe.cake
target: CI
verbosity: Diagnostic
- cake-version: 1.3.0
+ cake-version: tool-manifest
- name: Upload Issues
uses: actions/upload-artifact@v3
with:
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 3b730b6f..7dbe517d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -59,7 +59,7 @@ jobs:
with:
script-path: recipe.cake
target: DotNetCore-Build
- cake-version: 1.3.0
+ cake-version: tool-manifest
env:
COMPlus_DbgEnableMiniDump: 1
COMPlus_DbgMiniDumpType: 1
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index dc346c58..8a2a5e8d 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -32,4 +32,4 @@ jobs:
script-path: recipe.cake
target: Force-Publish-Documentation
verbosity: Diagnostic
- cake-version: 1.3.0
+ cake-version: tool-manifest
From 666b9ba96cd4d16f41d2b7e0e0f1257a4017dc16 Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Mon, 27 Mar 2023 08:03:29 +0200
Subject: [PATCH 09/47] (#242) add .NET 5 to codeql workflow
---
.github/workflows/codeql-analysis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 7dbe517d..858e6875 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -36,7 +36,9 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v3.0.3
with:
- dotnet-version: 7.0.x
+ dotnet-version: |
+ 5.0.x
+ 7.0.x
- name: Cache Tools
uses: actions/cache@v3
From c7632dcc3453ee997119fd9ec51d10b816185ca8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 27 Mar 2023 06:28:15 +0000
Subject: [PATCH 10/47] (maint) Update dependency Microsoft.NET.Test.Sdk to
v17.5.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 5ae8f7f8..9fcaba51 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -20,7 +20,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From e5910f183399cc30afcb8b40a0533503dc90b37e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 27 Mar 2023 06:47:20 +0000
Subject: [PATCH 11/47] (maint) Update dependency dotnet-sdk to v7.0.202
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index b2f43eb8..e27229b4 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.200",
+ "version": "7.0.202",
"rollForward": "latestFeature"
}
}
From 11a9dfdb2371a7b90d8cdfba7100336ef07e17f9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 29 Apr 2023 12:43:38 +0000
Subject: [PATCH 12/47] (maint) Update dependency IDisposableAnalyzers to
v4.0.6
---
src/Cake.7zip/Cake.7zip.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip/Cake.7zip.csproj b/src/Cake.7zip/Cake.7zip.csproj
index f1e827b9..7914b590 100644
--- a/src/Cake.7zip/Cake.7zip.csproj
+++ b/src/Cake.7zip/Cake.7zip.csproj
@@ -41,7 +41,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
From a5168ace63a809e0eacc9e1be59959491b214e83 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 29 Apr 2023 12:49:28 +0000
Subject: [PATCH 13/47] (maint) Update dependency Shouldly to v4.2.1
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 9fcaba51..2cdcb63a 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -26,7 +26,7 @@
all
-
+
From f8c08b1f89844f5585ac9e64860abd66e0004237 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 29 Apr 2023 12:55:02 +0000
Subject: [PATCH 14/47] (maint) Update dependency dotnet-sdk to v7.0.203
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index e27229b4..eb02b99e 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.202",
+ "version": "7.0.203",
"rollForward": "latestFeature"
}
}
From c2f285e93429b2639d12ffa0957ad106629a91f7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 29 May 2023 12:30:45 +0000
Subject: [PATCH 15/47] (maint) Update actions/setup-dotnet action to v3.2.0
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ea0e174a..807a940c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v3
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- - uses: actions/setup-dotnet@v3.0.3
+ - uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: |
2.1.818
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 858e6875..ba015329 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- - uses: actions/setup-dotnet@v3.0.3
+ - uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: |
5.0.x
From 527d62fcdc8437287d9c0aaee10fd84625abbc73 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 4 Jul 2023 07:19:35 +0000
Subject: [PATCH 16/47] (maint) Update dependency coverlet.msbuild to v6
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 2cdcb63a..c5fcb514 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -16,7 +16,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From a811c5ea203993ede01841cc462fd5efb4071431 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 4 Jul 2023 13:02:39 +0000
Subject: [PATCH 17/47] (maint) Update dependency Microsoft.NET.Test.Sdk to
v17.6.3
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index c5fcb514..c9591433 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -20,7 +20,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From 9655ddd0d54b5d3a5f6b486e59bfe11164b2e2ef Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 4 Jul 2023 13:13:49 +0000
Subject: [PATCH 18/47] (maint) Update dependency dotnet-sdk to v7.0.305
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index eb02b99e..3f102770 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.203",
+ "version": "7.0.305",
"rollForward": "latestFeature"
}
}
From 41d37cb78fc69e87144c499991da4235b61cce19 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 12 Jul 2023 04:43:09 +0000
Subject: [PATCH 19/47] (maint) Update dependency dotnet-sdk to v7.0.306
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 3f102770..be8a2868 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.305",
+ "version": "7.0.306",
"rollForward": "latestFeature"
}
}
From 481d13d9c4bd0aef35e70a289b6bb5119a00b0c5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 17 Jul 2023 12:00:12 +0000
Subject: [PATCH 20/47] (maint) Update cake monorepo to v3.1.0
---
demo/frosting/build/Build.csproj | 2 +-
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/demo/frosting/build/Build.csproj b/demo/frosting/build/Build.csproj
index a0c38084..7abe86d3 100644
--- a/demo/frosting/build/Build.csproj
+++ b/demo/frosting/build/Build.csproj
@@ -8,7 +8,7 @@
..\..\..\src\Cake.7zip\bin\Release\net6.0\Cake.7zip.dll
-
+
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index c9591433..6dc632b7 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -15,7 +15,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From 5a1d1680f61adc6d684c686b17a3fe0f73a18db3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 17 Jul 2023 12:48:18 +0000
Subject: [PATCH 21/47] (maint) Update dependency xunit.analyzers to v1.2.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 6dc632b7..db98e3cf 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -28,7 +28,7 @@
-
+
runtime; build; native; contentfiles; analyzers
all
From be6e86232999b9c8d6fbe43702879d5bc01d4e51 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 17 Jul 2023 12:56:24 +0000
Subject: [PATCH 22/47] (maint) Update dependency xunit.runner.visualstudio to
v2.5.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index db98e3cf..2210d8be 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -29,7 +29,7 @@
-
+
runtime; build; native; contentfiles; analyzers
all
From ea318f245e1c9fdc413dde6d1c875b5d51b8076e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 18 Jul 2023 21:03:08 +0000
Subject: [PATCH 23/47] (maint) Update dependency xunit to v2.5.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 2210d8be..b10f097e 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,7 +27,7 @@
-
+
runtime; build; native; contentfiles; analyzers
From 5c8fe7caf244a78960fb5cae80ef1a7faf647595 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 23 Aug 2023 12:15:48 +0000
Subject: [PATCH 24/47] (maint) Update dependency Cake.Recipe to v3.1.1
---
recipe.cake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipe.cake b/recipe.cake
index 8f1cf976..4afae1e3 100644
--- a/recipe.cake
+++ b/recipe.cake
@@ -1,4 +1,4 @@
-#load nuget:?package=Cake.Recipe&version=3.0.1
+#load nuget:?package=Cake.Recipe&version=3.1.1
Environment.SetVariableNames();
From 1953f9c49376047466109dd268c820c58b9097d0 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 26 Aug 2023 18:37:28 +0000
Subject: [PATCH 25/47] (maint) Update dependency Moq to v4.20.69
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index b10f097e..6120f6f7 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -25,7 +25,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
From a2ad10500b44b703c47c30072bb2a9231dbef6b8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 26 Aug 2023 21:10:32 +0000
Subject: [PATCH 26/47] (maint) Update dependency dotnet-sdk to v7.0.400
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index be8a2868..cc30ce82 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.306",
+ "version": "7.0.400",
"rollForward": "latestFeature"
}
}
From 0a80f8503b6c83a84a2d4ffeb05181a6e1a992ae Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 26 Aug 2023 21:18:31 +0000
Subject: [PATCH 27/47] (maint) Update dependency Microsoft.NET.Test.Sdk to
v17.7.1
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 6120f6f7..a252dc80 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -20,7 +20,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From 18133767ab3eae827e79a7c68000584a0b3e7eaa Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 29 Aug 2023 09:16:45 +0000
Subject: [PATCH 28/47] (maint) Update dependency Microsoft.NET.Test.Sdk to
v17.7.2
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index a252dc80..5e0dd43c 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -20,7 +20,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From 73053a23aae468af633758d542e44224d68d94f8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 4 Sep 2023 15:09:41 +0000
Subject: [PATCH 29/47] (maint) Update actions/checkout action to v4
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 807a940c..695567e9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@v3.2.0
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index ba015329..b8bee7cb 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v3.2.0
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 8a2a5e8d..c3963c43 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
From df716abe8a1441e7205f53585f915af98c0a7070 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 11 Sep 2023 16:39:11 +0000
Subject: [PATCH 30/47] (maint) Update dependency IDisposableAnalyzers to
v4.0.7
---
src/Cake.7zip/Cake.7zip.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip/Cake.7zip.csproj b/src/Cake.7zip/Cake.7zip.csproj
index 7914b590..f0f8b85d 100644
--- a/src/Cake.7zip/Cake.7zip.csproj
+++ b/src/Cake.7zip/Cake.7zip.csproj
@@ -41,7 +41,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
From 739190ae0efc77d5922f29c8dc5229decc9b993b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 13 Sep 2023 11:43:27 +0000
Subject: [PATCH 31/47] (maint) Update dependency dotnet-sdk to v7.0.401
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index cc30ce82..a4b1e4eb 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.400",
+ "version": "7.0.401",
"rollForward": "latestFeature"
}
}
From f0fa40349a22c15377711e18ee8e2a2d35c7bcef Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 18 Sep 2023 03:47:01 +0000
Subject: [PATCH 32/47] (maint) Update dependency xunit.analyzers to v1.3.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 5e0dd43c..5a07d448 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -28,7 +28,7 @@
-
+
runtime; build; native; contentfiles; analyzers
all
From 7b0d63f9232d451e5369d7f444e7e50b0a4fa7d9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 13 Oct 2023 03:37:40 +0000
Subject: [PATCH 33/47] (maint) Update xunit-dotnet monorepo
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 5a07d448..33330e73 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,9 +27,9 @@
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers
all
From 884843e239de89bd79f7d054aea2a13535268aa5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 13 Oct 2023 03:44:59 +0000
Subject: [PATCH 34/47] (maint) Update dependency dotnet-sdk to v7.0.402
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index a4b1e4eb..ddc1a2c1 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.401",
+ "version": "7.0.402",
"rollForward": "latestFeature"
}
}
From dbf72ded680d2f6ba1e79c6d58da274d05e65408 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 16 Oct 2023 22:02:03 +0000
Subject: [PATCH 35/47] (maint) Update dependency xunit to v2.5.3
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 33330e73..55b16072 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,7 +27,7 @@
-
+
runtime; build; native; contentfiles; analyzers
From fa88b699bb8eca3053d4fa9a9ebac025c13b7f6c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 25 Oct 2023 17:30:12 +0000
Subject: [PATCH 36/47] (maint) Update dependency dotnet-sdk to v7.0.403
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index ddc1a2c1..2b5fcb77 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.402",
+ "version": "7.0.403",
"rollForward": "latestFeature"
}
}
From e23560c781730cbd7d447689f59c86cfd42eb0d0 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 1 Nov 2023 00:49:20 +0000
Subject: [PATCH 37/47] (maint) Update dependency xunit to v2.6.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 55b16072..acdeec81 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,7 +27,7 @@
-
+
runtime; build; native; contentfiles; analyzers
From 59b5efa34027b28ac07c2f9bfe2bd8e0218e7c16 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 2 Nov 2023 20:13:16 +0000
Subject: [PATCH 38/47] (maint) Update dependency xunit to v2.6.1
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index acdeec81..ae2c6d17 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,7 +27,7 @@
-
+
runtime; build; native; contentfiles; analyzers
From 0e9728755035d3556a1df5359dfa9dd986397729 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 8 Nov 2023 20:04:08 +0000
Subject: [PATCH 39/47] (maint) Update dependency Microsoft.NET.Test.Sdk to
v17.8.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index ae2c6d17..36791237 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -20,7 +20,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From a620dfcf04d145df8b4d75b04864b00323adffd3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 11 Nov 2023 02:01:26 +0000
Subject: [PATCH 40/47] (maint) Update dependency xunit.analyzers to v1.5.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 36791237..5d81bcd0 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -28,7 +28,7 @@
-
+
runtime; build; native; contentfiles; analyzers
all
From 9382277881113b18f785111a7aabe98ba33c12c5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 11 Nov 2023 07:43:27 +0000
Subject: [PATCH 41/47] (maint) Update cake monorepo to v3.2.0
---
demo/frosting/build/Build.csproj | 2 +-
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/demo/frosting/build/Build.csproj b/demo/frosting/build/Build.csproj
index 7abe86d3..d3b59aef 100644
--- a/demo/frosting/build/Build.csproj
+++ b/demo/frosting/build/Build.csproj
@@ -8,7 +8,7 @@
..\..\..\src\Cake.7zip\bin\Release\net6.0\Cake.7zip.dll
-
+
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 5d81bcd0..d4a543e7 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -15,7 +15,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From 6d3daba9bf98e8d55804d009dfbf47c9e5c064d9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 15 Nov 2023 19:08:04 +0000
Subject: [PATCH 42/47] (maint) Update dependency Microsoft.SourceLink.GitHub
to v8
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
src/Cake.7zip/Cake.7zip.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index d4a543e7..fec81107 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -21,7 +21,7 @@
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/src/Cake.7zip/Cake.7zip.csproj b/src/Cake.7zip/Cake.7zip.csproj
index f0f8b85d..5305148c 100644
--- a/src/Cake.7zip/Cake.7zip.csproj
+++ b/src/Cake.7zip/Cake.7zip.csproj
@@ -49,6 +49,6 @@
runtime; build; native; contentfiles; analyzers
all
-
+
From 302181b1c5fe334ca7771eebf92809eadb9f2bb0 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 16 Nov 2023 17:32:30 +0000
Subject: [PATCH 43/47] (maint) Update dependency dotnet-sdk to v8
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 2b5fcb77..780e635c 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "7.0.403",
+ "version": "8.0.100",
"rollForward": "latestFeature"
}
}
From c0deaeca132ab1463db3c622ba9749bd6d09462b Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Thu, 16 Nov 2023 19:40:16 +0100
Subject: [PATCH 44/47] add .net 8.0 to GitHub Actions
---
.github/workflows/build.yml | 1 +
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 695567e9..36ab62ed 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -55,6 +55,7 @@ jobs:
5.0.x
6.0.x
7.0.x
+ 8.0.x
- name: Cache Tools
uses: actions/cache@v3
with:
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index b8bee7cb..44da82cf 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
with:
dotnet-version: |
5.0.x
- 7.0.x
+ 8.0.x
- name: Cache Tools
uses: actions/cache@v3
From cf8db4f17d65ef14cda4e31a648c1d9acf3fb60e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 19 Nov 2023 02:02:48 +0000
Subject: [PATCH 45/47] (maint) Update xunit-dotnet monorepo
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index fec81107..6a374bc1 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,9 +27,9 @@
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers
all
From f36659133cfd4231a68cc4f7f25b1d6523bccb0a Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Tue, 21 Nov 2023 00:04:04 +0100
Subject: [PATCH 46/47] (#284) Update Cake.Core to 4.0.0
and CakeContrib.Guidelines to 1.5.1
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 4 ++--
src/Cake.7zip/Cake.7zip.csproj | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 6a374bc1..423e7e91 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -6,7 +6,7 @@
This is done to make Cake.Recipe avoid using OpenCover. Remove this hack if Cake.Recipe bumps the usage of Cake.Incubator to version 7.0.0
-->
netcoreapp3.1
- net6.0;net7.0;
+ net6.0;net7.0;net8.0
..\cake.7zip.ruleset
false
@@ -15,7 +15,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/src/Cake.7zip/Cake.7zip.csproj b/src/Cake.7zip/Cake.7zip.csproj
index 5305148c..c5d58c6b 100644
--- a/src/Cake.7zip/Cake.7zip.csproj
+++ b/src/Cake.7zip/Cake.7zip.csproj
@@ -1,6 +1,6 @@
- net6.0;net7.0;
+ net6.0;net7.0;net8.0
true
true
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
@@ -39,8 +39,8 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
From f58f8a1521d84b154d2737d73ab790b051ef00a7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 20 Nov 2023 23:16:05 +0000
Subject: [PATCH 47/47] (maint) Update dependency Cake.Frosting and Cake.Tool
to v4
---
demo/cake/.config/dotnet-tools.json | 2 +-
demo/frosting/build/Build.csproj | 2 +-
demo/frosting/build/BuildSetup.cs | 3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/demo/cake/.config/dotnet-tools.json b/demo/cake/.config/dotnet-tools.json
index 31e896e9..da200cda 100644
--- a/demo/cake/.config/dotnet-tools.json
+++ b/demo/cake/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
- "version": "2.0.0",
+ "version": "4.0.0",
"commands": [
"dotnet-cake"
]
diff --git a/demo/frosting/build/Build.csproj b/demo/frosting/build/Build.csproj
index d3b59aef..01f3df49 100644
--- a/demo/frosting/build/Build.csproj
+++ b/demo/frosting/build/Build.csproj
@@ -8,7 +8,7 @@
..\..\..\src\Cake.7zip\bin\Release\net6.0\Cake.7zip.dll
-
+
diff --git a/demo/frosting/build/BuildSetup.cs b/demo/frosting/build/BuildSetup.cs
index 4d82c297..cef147ec 100644
--- a/demo/frosting/build/BuildSetup.cs
+++ b/demo/frosting/build/BuildSetup.cs
@@ -1,11 +1,12 @@
using Cake.Common.Diagnostics;
+using Cake.Core;
using Cake.Frosting;
namespace Build
{
public class BuildSetup : FrostingSetup
{
- public override void Setup(BuildContext context)
+ public override void Setup(BuildContext context, ISetupContext info)
{
var startPath = context.Environment.WorkingDirectory;
context.Information($"Frosting was started from: {startPath}");