Prepare for release (#17)

This commit is contained in:
Patrick Stevens
2024-06-04 00:10:25 +01:00
committed by GitHub
parent 517f0242c4
commit 6f2c11a0a3
11 changed files with 396 additions and 15 deletions

12
PrattParser/version.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.1",
"publicReleaseRefSpec": [
"^refs/heads/main$"
],
"pathFilters": [
":/Directory.Build.props",
":/README.md",
":/global.json",
":/PrattParser/"
]
}