Skip to content

Commit 572724b

Browse files
committed
Uncommented v1
1 parent edfefd5 commit 572724b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ImportExamples.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function Start-Generator {
2424
)
2525

2626
$GraphMapping = @{
27-
#"v1.0" = "v1.0\examples"
27+
"v1.0" = "v1.0\examples"
2828
"beta" = "beta\examples"
2929
}
3030
if ($GenerationMode -eq "auto") {

0 commit comments

Comments
 (0)