Skip to content

Commit 7e9fdae

Browse files
author
Paul Hatcher
committed
Update schema version
1 parent 2abc6c3 commit 7e9fdae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

schemas/6.4/GitVersion.configuration.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://gitversion.net/schemas/6.3/GitVersion.configuration.json",
4-
"title": "GitVersion Configuration (6.3)",
5-
"description": "GitVersion configuration schema (6.3)",
3+
"$id": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
4+
"title": "GitVersion Configuration (6.4)",
5+
"description": "GitVersion configuration schema (6.4)",
66
"type": "object",
77
"properties": {
88
"assembly-file-versioning-format": {

schemas/6.4/GitVersion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://gitversion.net/schemas/6.3/GitVersion.json",
3+
"$id": "https://gitversion.net/schemas/6.4/GitVersion.json",
44
"title": "GitVersion version variables output",
55
"description": "GitVersion output schema",
66
"type": "object",

0 commit comments

Comments
 (0)