mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-16 10:42:25 +01:00
Update config file for mdsnippets 23.0.0
mdsnippets 23.0.0 introduced a breaking change - see https://github.com/SimonCropp/MarkdownSnippets/pull/360 for the motivation, and what edits need to be made. This PR updates this project for that change.
This commit is contained in:
parent
3eade52fc0
commit
77e2451da1
@ -1,7 +1,7 @@
|
||||
{
|
||||
"ReadOnly": false,
|
||||
"TocLevel": 5,
|
||||
"Exclude": [
|
||||
"ExcludeDirectories": [
|
||||
"cmake-build"
|
||||
],
|
||||
"WriteHeader": false,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user