From 063d162beb0a26a54a4a7a05e821343659aba718 Mon Sep 17 00:00:00 2001 From: Carl Scotney Date: Thu, 10 Oct 2024 15:19:30 +0100 Subject: [PATCH 1/5] Dependency bump --- Directory.build.props | 4 ++-- src/UnlockedData.NoUiSlider.csproj | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.build.props b/Directory.build.props index b153595..6d53eb3 100644 --- a/Directory.build.props +++ b/Directory.build.props @@ -13,8 +13,8 @@ - - + + diff --git a/src/UnlockedData.NoUiSlider.csproj b/src/UnlockedData.NoUiSlider.csproj index c84ee14..209483b 100644 --- a/src/UnlockedData.NoUiSlider.csproj +++ b/src/UnlockedData.NoUiSlider.csproj @@ -16,10 +16,10 @@ - - + + - + From b36ad16c54a2dca7fe898a1ba4a843dafde368bf Mon Sep 17 00:00:00 2001 From: Carl Scotney Date: Thu, 10 Oct 2024 15:19:53 +0100 Subject: [PATCH 2/5] Set version to '1.1' --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index e354d2a..068102a 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.1-alpha", + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", + "version": "1.1", "assemblyVersion": { "precision": "revision" }, From b9d8fc417fdaf0a7976ef688b3eeb62fbd048e84 Mon Sep 17 00:00:00 2001 From: Carl Scotney Date: Thu, 10 Oct 2024 15:19:53 +0100 Subject: [PATCH 3/5] Set version to '1.2-alpha' --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index e354d2a..864996a 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.1-alpha", + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", + "version": "1.2-alpha", "assemblyVersion": { "precision": "revision" }, From bda6b085915e16cdff2329ab6f23e55605cd4757 Mon Sep 17 00:00:00 2001 From: Carl Scotney Date: Thu, 10 Oct 2024 15:20:27 +0100 Subject: [PATCH 4/5] 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 67bd455..7857fc1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -41,7 +41,7 @@ jobs: - name: Pack run: dotnet pack UnlockedData.NoUiSlider.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 From 86d5cff17d277ff77ea343e70206d25d66d8cafb Mon Sep 17 00:00:00 2001 From: Carl Scotney Date: Thu, 10 Oct 2024 15:25:02 +0100 Subject: [PATCH 5/5] Revert "Set version to '1.1'" This reverts commit b36ad16c --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 864996a..e354d2a 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": "1.2-alpha", + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", + "version": "1.1-alpha", "assemblyVersion": { "precision": "revision" },