diff --git a/.devcontainer/android/devcontainer.json b/.devcontainer/android/devcontainer.json index 117ed0d..fe2eecd 100644 --- a/.devcontainer/android/devcontainer.json +++ b/.devcontainer/android/devcontainer.json @@ -3,7 +3,7 @@ "remoteEnv": { "NUGET_NAME": "gitlab", "NUGET_SOURCE": "https://gitlab.com/api/v4/projects/51467465/packages/nuget/index.json", - "VCPKG_VERSION": "2024.10.21", + "VCPKG_VERSION": "2024.12.16", "VCPKG_ROOT": "${containerWorkspaceFolder}/vcpkg", "VCPKG_BINARY_SOURCES": "clear;nuget,gitlab,readwrite", "GITLAB_USER": "${localEnv:GITLAB_USER}", diff --git a/.devcontainer/linux/devcontainer.json b/.devcontainer/linux/devcontainer.json index ec96f97..6978160 100644 --- a/.devcontainer/linux/devcontainer.json +++ b/.devcontainer/linux/devcontainer.json @@ -3,7 +3,7 @@ "remoteEnv": { "NUGET_NAME": "gitlab", "NUGET_SOURCE": "https://gitlab.com/api/v4/projects/51467465/packages/nuget/index.json", - "VCPKG_VERSION": "2024.10.21", + "VCPKG_VERSION": "2024.12.16", "VCPKG_ROOT": "${containerWorkspaceFolder}/vcpkg", "VCPKG_BINARY_SOURCES": "clear;nuget,gitlab,readwrite", "GITLAB_USER": "${localEnv:GITLAB_USER}", diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f64cfbc..5e4d589 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ default: variables: NUGET_SOURCE: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/nuget/index.json" NUGET_NAME: gitlab - VCPKG_VERSION: 2024.10.21 + VCPKG_VERSION: 2024.12.16 VCPKG_BINARY_SOURCES: "clear;nuget,${NUGET_NAME},readwrite" CMAKE_COMMAND: ${CI_PROJECT_DIR}/vcpkg/downloads/tools/cmake-3.30.1-linux/cmake-3.30.1-linux-x86_64/bin/cmake NUGET_COMMAND: ${CI_PROJECT_DIR}/vcpkg/downloads/tools/nuget-6.10.0-linux/nuget.exe diff --git a/vcpkg.json b/vcpkg.json index 1f8fef3..7f1c1d5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "aspire", - "version-string": "2024.11.2", + "version-string": "2025.1.7", "port-version": 1, "description": "ASxa86's Personal Integration and Rendering Engine", "homepage": "https://gitlab.com/asxa86/aspire",