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
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 @@
-
-
+
+
-
+
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"
},