From 5ee04f8dd2408b321b6a1b5139b7685b8203479a Mon Sep 17 00:00:00 2001 From: Clint Woon Date: Fri, 17 Jun 2022 09:51:44 -0700 Subject: [PATCH] Add News Section to Readme.md The GDK uses a multi-headed branch model where developers can choose either latest and greatest MAJOR releases or stay on a branch and cherry pick which UPDATE releases meet their needs. However, this means that UPDATE releases can appear chronologically newer than the latest and greates MAJOR release. At this time we are not manipulating GIT_COMMITER_DATE to preserve the order in which kits are published, so this relnote is needed. --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.MD b/README.MD index 23b8e62..7f2e84e 100644 --- a/README.MD +++ b/README.MD @@ -4,6 +4,11 @@ **The Microsoft Game Development Kit (GDK) contains the *common* tools, libraries, and documentation needed to build games for [Xbox Game Pass for PC on Windows 10/11]( https://www.xbox.com/en-US/xbox-game-pass/pc-games?OCID=AID2100895_SEM_64cb82c395a51ebbffc2e27408836bc1:G:s&ef_id=64cb82c395a51ebbffc2e27408836bc1:G:s&msclkid=64cb82c395a51ebbffc2e27408836bc1), Xbox consoles (Xbox Series X|S, Xbox One), and [cloud gaming with Xbox Game Pass Ultimate]( https://www.xbox.com/en-US/xbox-game-pass/cloud-gaming).** +----- +## News (Updated 2022.06.17) + +**Latest Version:** [**June 2022 GDK**](https://github.com/microsoft/GDK/releases/tag/June_2022) (updates to older branches may appear newer in the [RELEASES](https://github.com/microsoft/GDK/releases) section than the most recent major release). + ----- **How to Install**