Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.1.0-preview.{height}",
"version": "0.2.0-preview.{height}",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/master$",
Expand All @@ -13,3 +13,5 @@
}
}
}


Copy link

Copilot AI Nov 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary blank lines added at the end of the file. JSON files typically should not have trailing blank lines. Consider removing these empty lines.

Suggested change

Copilot uses AI. Check for mistakes.