Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ jobs:
- name: Setup anew (or from cache) vcpkg (and does not build any package)
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: '${{ github.workspace }}/../vcpkg'
vcpkgConfigurationJsonGlob: "vcpkg-configuration.json"

- name: Add NuGet sources (Linux)
shell: bash
env:
VCPKG_EXE: ${{ github.workspace }}/vcpkg/vcpkg
VCPKG_EXE: ${{ github.workspace }}/../vcpkg/vcpkg
USERNAME: sshcrack
FEED_URL: https://nuget.pkg.github.com/sshcrack/index.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ foreach(PLUGIN_NAME ${PLUGIN_DIRS})
endif()
endforeach()

project(main VERSION 1.10)
project(main VERSION 1.10.0)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")

# Define version macros for compile-time access
Expand Down
Loading