Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cppgraphqlgen] bump version to 3.6.0 #18200

Merged
merged 2 commits into from
Jun 3, 2021
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
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 v3.5.0
SHA512 88f5dde9093899e506d12eabfb8016fe277f12c6b121d5804a0f233bce727a80cad27616295a86807e2f48d14ffdd61bb1697c9c61e4dad025f88f4900ca1453
REF v3.6.0
SHA512 148751b1db1b3e917e74ef93fe3533a29153f0b5d1a20544eda32d0376e2c6f5cfc2d60fbc9d077d595e7072d0b6a36dbf8f2524903db40b576ee48196b2c3e8
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-semver": "3.5.0",
"version-semver": "3.6.0",
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@
"port-version": 0
},
"cppgraphqlgen": {
"baseline": "3.5.0",
"baseline": "3.6.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": "0c1dadfa4133064be08120a65fd9e2ed3a339bb8",
"version-semver": "3.6.0",
"port-version": 0
},
{
"git-tree": "96ba69c23cf51b45ff8fe1206a3c134b11eed8b7",
"version-semver": "3.5.0",
Expand Down