Skip to content

Commit 24bd4dd

Browse files
Update vcpkg manifest
- Update schema url - Add description - Use version-semver instead of version Fixes #2
1 parent f66b942 commit 24bd4dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vcpkg.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
2+
"$schema": "https://github.com/microsoft/vcpkg-tool/blob/3bc494764599acf9e431accdae1ac00a4dd0faa1/docs/vcpkg.schema.json",
33
"name": "project-template",
4-
"version": "1.0.0",
4+
"description": "Sample code for the Utah C++ Programmers video",
5+
"version-semver": "1.0.0",
56
"dependencies": [
67
"gtest"
78
]

0 commit comments

Comments
 (0)