From 3da69fb1f4145841c9d1644ef092d9f99e020743 Mon Sep 17 00:00:00 2001 From: PwshBot Date: Wed, 7 Jun 2023 13:14:02 +0000 Subject: [PATCH] Update the cgmanifest --- tools/cgmanifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/cgmanifest.json b/tools/cgmanifest.json index 3b45a6cb048..d1255cbde79 100644 --- a/tools/cgmanifest.json +++ b/tools/cgmanifest.json @@ -1,5 +1,4 @@ { - "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { @@ -166,7 +165,7 @@ "Type": "nuget", "Nuget": { "Name": "Microsoft.PowerShell.MarkdownRender", - "Version": "7.2.0" + "Version": "7.2.1" } }, "DevelopmentDependency": false @@ -831,5 +830,6 @@ }, "DevelopmentDependency": false } - ] + ], + "$schema": "https://json.schemastore.org/component-detection-manifest.json" }