From cf32e807ea61f8fb19d94ed106751812ec678f3d Mon Sep 17 00:00:00 2001 From: Timothy Wamalwa Date: Wed, 31 May 2023 09:09:33 +0300 Subject: [PATCH] Uncommented v1.0 --- tools/ExamplesGenerator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ExamplesGenerator.ps1 b/tools/ExamplesGenerator.ps1 index 5eda1978698..e29787de737 100644 --- a/tools/ExamplesGenerator.ps1 +++ b/tools/ExamplesGenerator.ps1 @@ -24,7 +24,7 @@ function Start-Generator { ) $GraphMapping = @{ - #"v1.0" = "examples\v1.0" + "v1.0" = "examples\v1.0" "beta" = "examples\v1.0-beta" } if ($GenerationMode -eq "auto") {