From 0acc9ff2a84d6410569395d3ddeb0d8086770fb2 Mon Sep 17 00:00:00 2001 From: Ben Hillis Date: Fri, 10 Apr 2026 15:32:39 -0700 Subject: [PATCH 1/2] Add NOTICE.txt, LICENSE, and license metadata to nuspec Include NOTICE.txt (generated by notice@0 task during build) and LICENSE file in the NuGet package for OSS compliance. Add MIT license expression to package metadata. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Microsoft.WSLg.nuspec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Microsoft.WSLg.nuspec b/Microsoft.WSLg.nuspec index 09e72ace..83162e5a 100644 --- a/Microsoft.WSLg.nuspec +++ b/Microsoft.WSLg.nuspec @@ -12,6 +12,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. Microsoft, WSL Team https://github.com/microsoft/wslg/ false + MIT WSLg support package. Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios. ebad9c1 @@ -31,5 +32,8 @@ Copyright (C) Microsoft Corporation. All rights reserved. + + + From dbd258b8fc3d3ddc89e834cdfb17b8464b96fb47 Mon Sep 17 00:00:00 2001 From: Ben Hillis Date: Mon, 13 Apr 2026 10:57:02 -0700 Subject: [PATCH 2/2] Add DirectX-Headers to cgmanifest.json, fix Mesa type Add DirectX-Headers (v1.608.0) to Component Governance manifest. Fix Mesa entry type from 'mesa' to 'git'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- cgmanifest.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cgmanifest.json b/cgmanifest.json index 04d5b651..4721d13a 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -32,7 +32,7 @@ }, { "Component": { - "Type": "mesa", + "Type": "git", "Git": { "RepositoryUrl": "https://github.com/mesa3d/mesa", "CommitHash": "731ea06758663a2de3a2bd1f12eb8809d4c136fd" @@ -40,5 +40,15 @@ }, "DevelopmentDependency": false }, + { + "Component": { + "Type": "git", + "Git": { + "RepositoryUrl": "https://github.com/microsoft/DirectX-Headers", + "CommitHash": "cf123266ce6f1e9a6e700642edb6356bff1e3d55" + } + }, + "DevelopmentDependency": false + } ] }