Skip to content

Commit 615f81d

Browse files
csharpfritzCopilot
andcommitted
chore: bump version.json to 0.18.0 for v0.18 release
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8ba8904 commit 615f81d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

version.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.15",
3+
"version": "0.18.0",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$",
66
"^refs/heads/main$",
7-
"^refs/heads/v\\d+(?:\\.\\d+)?$"
7+
"^refs/heads/v\\d+(?:\\.\\d+)?$",
8+
"^refs/tags/v\\d+\\.\\d+(\\.\\d+)?$"
89
],
910
"cloudBuild": {
1011
"buildNumber": {

0 commit comments

Comments
 (0)