From 625206919773c665d72e6b1b0ed1565de825d26c Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 5 Nov 2024 22:53:08 +0800 Subject: [PATCH] Bump version number --- scripts/azure-pipelines-variables.yml | 2 +- source/Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/azure-pipelines-variables.yml b/scripts/azure-pipelines-variables.yml index 35d4ee57..0dcb4c67 100644 --- a/scripts/azure-pipelines-variables.yml +++ b/scripts/azure-pipelines-variables.yml @@ -1,6 +1,6 @@ variables: MAJOR_VERSION: 2 - BASE_VERSION: 2.0.0 + BASE_VERSION: 2.1.0 PREVIEW_LABEL: 'preview' BUILD_NUMBER: $[counter(format('{0}_{1}_{2}', variables['BASE_VERSION'], variables['Build.SourceBranch'], variables['PREVIEW_LABEL']), 1)] GIT_SHA: $(Build.SourceVersion) diff --git a/source/Directory.Build.props b/source/Directory.Build.props index 92c14e76..55658586 100644 --- a/source/Directory.Build.props +++ b/source/Directory.Build.props @@ -28,7 +28,7 @@ https://go.microsoft.com/fwlink/?linkid=2071915 2.0.0.0 2.0.0.0 - 2.0.0 + 2.1.0 README.md $(Version)-$(VersionSuffix)