From f83fae906890ef67e0c45ff8bd2d77a29793534a Mon Sep 17 00:00:00 2001 From: Tim Hess Date: Wed, 22 Nov 2023 09:19:54 -0600 Subject: [PATCH] build 3.2.6 --- azure-pipelines.yml | 2 +- versions.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 57e6a45bda..9c098754ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: 1 - PackageVersion: $[format('3.2.5-{0}', variables['Build.BuildId'])] + PackageVersion: $[format('3.2.6-{0}', variables['Build.BuildId'])] BUILD_PACKAGES: true steps: - pwsh: | diff --git a/versions.props b/versions.props index a548be7801..aa62d06c0a 100644 --- a/versions.props +++ b/versions.props @@ -1,6 +1,6 @@ - 3.2.5 + 3.2.6 4.4.0