We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66b942 commit 24bd4ddCopy full SHA for 24bd4dd
1 file changed
vcpkg.json
@@ -1,7 +1,8 @@
1
{
2
- "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
+ "$schema": "https://github.com/microsoft/vcpkg-tool/blob/3bc494764599acf9e431accdae1ac00a4dd0faa1/docs/vcpkg.schema.json",
3
"name": "project-template",
4
- "version": "1.0.0",
+ "description": "Sample code for the Utah C++ Programmers video",
5
+ "version-semver": "1.0.0",
6
"dependencies": [
7
"gtest"
8
]
0 commit comments