diff --git a/mdsnippets.json b/mdsnippets.json index 5a60dadb..d49f7898 100644 --- a/mdsnippets.json +++ b/mdsnippets.json @@ -1,7 +1,7 @@ { "ReadOnly": false, "TocLevel": 5, - "Exclude": [ + "ExcludeDirectories": [ "cmake-build" ], "WriteHeader": false, diff --git a/tools/scripts/updateDocumentSnippets.py b/tools/scripts/updateDocumentSnippets.py index a070eea8..00d9e3b2 100755 --- a/tools/scripts/updateDocumentSnippets.py +++ b/tools/scripts/updateDocumentSnippets.py @@ -19,5 +19,5 @@ import subprocess os.chdir(catchPath) -subprocess.run('dotnet tool update -g MarkdownSnippets.Tool --version 21.2.0', shell=True, check=True) +subprocess.run('dotnet tool update -g MarkdownSnippets.Tool --version 23.0.0', shell=True, check=True) subprocess.run('mdsnippets', shell=True, check=True)