Skip to content

Commit

Permalink
Merge pull request #43 from purview-dev/fixed-version
Browse files Browse the repository at this point in the history
ci: fixed build version
  • Loading branch information
kieronlanning authored Jun 9, 2024
2 parents d5cdc2d + 1dad6d5 commit efd5993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SOLUTION_FILE = $(ROOT_FOLDER)Purview.Telemetry.SourceGenerator.sln
TEST_PROJECT = $(ROOT_FOLDER)Purview.Telemetry.SourceGenerator.sln
CONFIGURATION = Release

PACK_VERSION = 1.0.11.1
PACK_VERSION = 1.0.12
ARTIFACT_FOLDER = p:/sync-projects/.local-nuget/

# Targets
Expand Down
2 changes: 1 addition & 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": "1.0.11.1",
"version": "1.0.12",
"cloudBuild": {
"buildNumber": {
"enabled": true,
Expand Down

0 comments on commit efd5993

Please sign in to comment.