Skip to content

Commit 1dad6d5

Browse files
committed
ci: fixed build version
1 parent d5cdc2d commit 1dad6d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SOLUTION_FILE = $(ROOT_FOLDER)Purview.Telemetry.SourceGenerator.sln
44
TEST_PROJECT = $(ROOT_FOLDER)Purview.Telemetry.SourceGenerator.sln
55
CONFIGURATION = Release
66

7-
PACK_VERSION = 1.0.11.1
7+
PACK_VERSION = 1.0.12
88
ARTIFACT_FOLDER = p:/sync-projects/.local-nuget/
99

1010
# Targets

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": "1.0.11.1",
3+
"version": "1.0.12",
44
"cloudBuild": {
55
"buildNumber": {
66
"enabled": true,

0 commit comments

Comments
 (0)