From 1f903f04588ff23f13a7dc2efa3a799d74edf2ae Mon Sep 17 00:00:00 2001 From: Brian Katyl Date: Thu, 4 Jan 2024 11:58:12 -0700 Subject: [PATCH] Fixing release notes syntax (#243) --- packaging/googet/google-compute-engine-sysprep.goospec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/googet/google-compute-engine-sysprep.goospec b/packaging/googet/google-compute-engine-sysprep.goospec index ae44bacf..ca6192fb 100644 --- a/packaging/googet/google-compute-engine-sysprep.goospec +++ b/packaging/googet/google-compute-engine-sysprep.goospec @@ -22,7 +22,7 @@ "path": "sysprep/sysprep_uninstall.ps1" }, "releaseNotes": [ - "3.19.0 - Migrating MTU & Firewall rule modifications to use PowerShell cmdlets instead of netsh for Win10/2016 and above." + "3.19.0 - Migrating MTU & Firewall rule modifications to use PowerShell cmdlets instead of netsh for Win10/2016 and above.", "3.18.0 - Updated activate_instance.ps1 to skip setting KMS and activation, if any known GCE Windows BYOL license is attached.", "3.17.0 - Add Windows Server 2022 KMS client keys", "3.16.0 - Ensure WinRM service is started before update HTTPS listener",