From 2ccb5571a7a23d0f11273922c20da22b6a5223af Mon Sep 17 00:00:00 2001 From: LewisP Date: Tue, 16 Apr 2024 14:27:52 +0100 Subject: [PATCH 1/5] get the versions sorted for upgrade --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- GitVersion.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d048395..76f6e04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,11 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.7 with: - versionSpec: "5.5.x" + versionSpec: "5.8.x" - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v2 with: - dotnet-version: "3.1.x" + dotnet-version: "8.0.x" - name: Install dependencies run: dotnet restore src - name: Use GitVersion diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1308177..35cde92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,11 +16,11 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.7 with: - versionSpec: "5.5.x" + versionSpec: "5.8.x" - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v2 with: - dotnet-version: "3.1.x" + dotnet-version: "8.0.x" - name: Install dependencies run: dotnet restore src - name: Use GitVersion diff --git a/GitVersion.yml b/GitVersion.yml index 5cb6811..1e8a51a 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 1.0.0 +next-version: 2.0.0 mode: Mainline major-version-bump-message: '\+semver:\s?(breaking|major)' minor-version-bump-message: '\+semver:\s?(feature|minor)' From e37ff27040c11a6652d41932e79bb7c1464f1229 Mon Sep 17 00:00:00 2001 From: LewisP Date: Tue, 16 Apr 2024 14:31:44 +0100 Subject: [PATCH 2/5] bump versions where possible --- .../LittleBlocks.Reports.UnitTests.csproj | 10 +++++----- src/LittleBlocks.Reports/LittleBlocks.Reports.csproj | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/LittleBlocks.Reports.UnitTests/LittleBlocks.Reports.UnitTests.csproj b/src/LittleBlocks.Reports.UnitTests/LittleBlocks.Reports.UnitTests.csproj index 97348bf..53feebf 100644 --- a/src/LittleBlocks.Reports.UnitTests/LittleBlocks.Reports.UnitTests.csproj +++ b/src/LittleBlocks.Reports.UnitTests/LittleBlocks.Reports.UnitTests.csproj @@ -1,12 +1,12 @@  - netcoreapp3.1 + net8.0 - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj b/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj index eb636a5..c9ccc6b 100644 --- a/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj +++ b/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj @@ -1,14 +1,14 @@  - netstandard2.0 + netstandard2.1 true Mohammad Moattar https://github.com/LittleBlocks/LittleBlocks.Reports https://github.com/LittleBlocks/LittleBlocks.Reports - - - + + + \ No newline at end of file From 335c16d546d9eb097e757843080650615769910d Mon Sep 17 00:00:00 2001 From: LewisP Date: Tue, 16 Apr 2024 14:56:17 +0100 Subject: [PATCH 3/5] further update --- src/LittleBlocks.Reports/LittleBlocks.Reports.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj b/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj index c9ccc6b..ea1ff89 100644 --- a/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj +++ b/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj @@ -1,6 +1,6 @@  - netstandard2.1 + net8.0;netstandard2.1; true Mohammad Moattar https://github.com/LittleBlocks/LittleBlocks.Reports From 164fa74493de67a97750fa76efd6fd5b3e012f60 Mon Sep 17 00:00:00 2001 From: LewisP Date: Mon, 22 Apr 2024 12:46:39 +0100 Subject: [PATCH 4/5] bump the closed xml version --- src/LittleBlocks.Reports/LittleBlocks.Reports.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj b/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj index ea1ff89..6f40bec 100644 --- a/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj +++ b/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj @@ -7,7 +7,7 @@ https://github.com/LittleBlocks/LittleBlocks.Reports - + From 58b63d71abced6583cf670cadd48d0a2549ff25a Mon Sep 17 00:00:00 2001 From: LewisP Date: Mon, 22 Apr 2024 12:49:36 +0100 Subject: [PATCH 5/5] update framework --- src/LittleBlocks.Reports/LittleBlocks.Reports.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj b/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj index 6f40bec..12387bc 100644 --- a/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj +++ b/src/LittleBlocks.Reports/LittleBlocks.Reports.csproj @@ -1,6 +1,6 @@  - net8.0;netstandard2.1; + net8.0 true Mohammad Moattar https://github.com/LittleBlocks/LittleBlocks.Reports