Skip to content

Commit bb87a87

Browse files
Merge pull request #163 from Stillpoint-Software/develop
Fix wrapping parenthesis filter parsing error
2 parents 82d46f2 + 8341568 commit bb87a87

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,5 @@ FodyWeavers.xsd
401401
.claude/
402402
claude.md
403403
**/claude-tasks.md
404-
**/baseline-benchmarks.md
404+
**/baseline-benchmarks.md
405+
/nuget.config

nuget.config

Lines changed: 0 additions & 7 deletions
This file was deleted.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main$",
66
"^refs/heads/hotfix\\/.+$",

0 commit comments

Comments
 (0)