Skip to content

Commit

Permalink
[cppgraphqlgen] Update to v4.5.0 release (#24907)
Browse files Browse the repository at this point in the history
* [cppgraphqlgen] Update to v4.5.0 release

* vcpkg x-add-version --all
  • Loading branch information
wravery authored May 25, 2022
1 parent 93b3854 commit 46720b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/cppgraphqlgen/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/cppgraphqlgen
REF v4.4.1
SHA512 6d22b1b63e2aaed9264bbb88a09c33a3a30d596a2745696b893cb19ae143e9372615913c6b70fcceb09778e645f1a81371fbb2096f522fe395b95df018e9218e
REF v4.5.0
SHA512 5a8eb6fc90aee05ae25245fac3e97a00c637d61340a070a28f1e5b7827d0e18ed01d3e6c4dcc138961769f7eef64ac8c6b33f7f16f8536d070a5ddffad0de414
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cppgraphqlgen/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cppgraphqlgen",
"version": "4.4.1",
"version": "4.5.0",
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@
"port-version": 1
},
"cppgraphqlgen": {
"baseline": "4.4.1",
"baseline": "4.5.0",
"port-version": 0
},
"cppitertools": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cppgraphqlgen.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "301c3f2b22160ddfc752b69253cc3745ef4320f8",
"version": "4.5.0",
"port-version": 0
},
{
"git-tree": "52eaf92f61791cfb08e2a8848ccbf1c02748f064",
"version": "4.4.1",
Expand Down

0 comments on commit 46720b2

Please sign in to comment.