From cfaed9121fa1ea084bce24979b480e5c3fd85c05 Mon Sep 17 00:00:00 2001 From: Carl Scotney Date: Thu, 10 Oct 2024 14:59:10 +0100 Subject: [PATCH 1/4] Dependency bump --- .../UnlockedData.Chartist.Blazor.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/UnlockedData.Chartist.Blazor/UnlockedData.Chartist.Blazor.csproj b/src/UnlockedData.Chartist.Blazor/UnlockedData.Chartist.Blazor.csproj index e8b786c..d53253e 100644 --- a/src/UnlockedData.Chartist.Blazor/UnlockedData.Chartist.Blazor.csproj +++ b/src/UnlockedData.Chartist.Blazor/UnlockedData.Chartist.Blazor.csproj @@ -20,9 +20,9 @@ - - - + + + From 61ae726b85f5ca19dd8d57066777e807b52d239a Mon Sep 17 00:00:00 2001 From: Carl Scotney Date: Thu, 10 Oct 2024 14:59:13 +0100 Subject: [PATCH 2/4] Set version to '3.5' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 9daa341..dda84f0 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "3.5-alpha", + "version": "3.5", "assemblyVersion": { "precision": "revision" }, From d6f68b0e95c59c61b35c2f96a554ebf728de1d01 Mon Sep 17 00:00:00 2001 From: Carl Scotney Date: Thu, 10 Oct 2024 14:59:13 +0100 Subject: [PATCH 3/4] Set version to '3.6-alpha' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 9daa341..d5ad604 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "3.5-alpha", + "version": "3.6-alpha", "assemblyVersion": { "precision": "revision" }, From 8dd51bbe9bd1aed970cceeaec13de3443991876e Mon Sep 17 00:00:00 2001 From: Carl Scotney Date: Thu, 10 Oct 2024 15:03:05 +0100 Subject: [PATCH 4/4] build update --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6412a94..858a4d8 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -41,7 +41,7 @@ jobs: - name: Pack run: dotnet pack UnlockedData.Chartist.Blazor.sln --no-build -c Release --output "${{ github.workspace }}/package" - name: Upload Artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: nuget path: ${{ github.workspace }}/package \ No newline at end of file