Skip to content

Commit be017f1

Browse files
authored
[ms-gdk] Update for April 2025 QFE 4 release (microsoft#48273)
1 parent 2d6a6cf commit be017f1

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

ports/ms-gdk/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
set(GDK_EDITION_NUMBER 250403)
1+
set(GDK_EDITION_NUMBER 250404)
22

33
# The GDK contains a combination of static C++ libraries and DLL-based extension libraries.
44
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
55

66
vcpkg_download_distfile(ARCHIVE
77
URLS "https://www.nuget.org/api/v2/package/Microsoft.GDK.PC/${VERSION}"
88
FILENAME "ms-gdk.${VERSION}.zip"
9-
SHA512 a7ece6899aca25dba4c0c4bb8947502090c2576beef677a33b878cdf8babdc18925f6349161f5b6a518d7c1c7f5a7ac66f23983147672f67e9067acb2004e1c8
9+
SHA512 143541167d34a6c685bef234ccc03b02e916f286e0d83f1b7dbdd269951b441e5709371270436128aad329a0ff3f4814afaf5d1ed3080989b8e2e0779da51123
1010
)
1111

1212
vcpkg_extract_source_archive(

ports/ms-gdk/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ms-gdk",
3-
"version": "2504.3.4084",
3+
"version": "2504.4.4108",
44
"description": "Microsoft Game Development Kit (GDK)",
55
"homepage": "https://aka.ms/gdkx",
66
"documentation": "https://aka.ms/gamedevdocs",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6561,7 +6561,7 @@
65616561
"port-version": 1
65626562
},
65636563
"ms-gdk": {
6564-
"baseline": "2504.3.4084",
6564+
"baseline": "2504.4.4108",
65656565
"port-version": 0
65666566
},
65676567
"ms-gdkx": {

versions/m-/ms-gdk.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "c19c66eeffaeb113a1084f868d8b3a4bbb6437f7",
5+
"version": "2504.4.4108",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "b8ab3d66c9fc8a1589c82c6c88f786bf5094043b",
510
"version": "2504.3.4084",

0 commit comments

Comments
 (0)