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