Skip to content
2 changes: 1 addition & 1 deletion ports/discord-game-sdk/copyright
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Your use of the GameSDK is bound by the Discord Developer Terms of Service, whose text is available online at https://discordapp.com/developers/docs/legal.
Your use of the GameSDK is bound by the Discord Developer Terms of Service, whose text is available online at https://discord.com/developers/docs/legal.
6 changes: 3 additions & 3 deletions ports/discord-game-sdk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "discord-game-sdk",
"version-string": "2.5.6",
"port-version": 2,
"version": "2.5.6",
"port-version": 3,
"description": "The Discord GameSDK is an easy drop-in SDK to help you manage all the hard things that come with making a game.",
"homepage": "https://discordapp.com/developers/docs/game-sdk/sdk-starter-guide",
"homepage": "https://discord.com/developers/docs/game-sdk/sdk-starter-guide",
"supports": "((x64 & (windows | osx | linux)) | (x86 & windows)) & !uwp & !static"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@
},
"discord-game-sdk": {
"baseline": "2.5.6",
"port-version": 2
"port-version": 3
},
"discord-rpc": {
"baseline": "3.4.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/discord-game-sdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4ddd26248ed26eb2676c96330e8ae5a0c3f82a3d",
"version": "2.5.6",
"port-version": 3
},
{
"git-tree": "17cdcbe9e20da2ed085fc2de181ae426d62f2609",
"version-string": "2.5.6",
Expand Down