From 365df84fd16f124b3681dd64e77615f7ec40df5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Fri, 10 Nov 2023 13:33:14 +0000 Subject: [PATCH] Bump version to 1.9.0 --- azure-pipelines.yml | 12 ++++++------ version.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 09c9626819..911d6759b8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -404,7 +404,7 @@ jobs: variables: DOTNET_NOLOGO: true # creates a counter and assigns it to the revision variable - REVISION: $[counter('STM32_1_8_1_versioncounter', 0)] + REVISION: $[counter('STM32_1_9_0_versioncounter', 0)] HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)] TargetPlatform: 'stm32' @@ -518,7 +518,7 @@ jobs: variables: DOTNET_NOLOGO: true # creates a counter and assigns it to the revision variable - REVISION: $[counter('ESP32_1_8_1_versioncounter', 0)] + REVISION: $[counter('ESP32_1_9_0_versioncounter', 0)] IDF_PATH: 'D:/a/1/s/esp-idf' PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip TargetPlatform: 'esp32' @@ -599,7 +599,7 @@ jobs: variables: DOTNET_NOLOGO: true # creates a counter and assigns it to the revision variable - REVISION: $[counter('NXP_1_8_1_versioncounter', 0)] + REVISION: $[counter('NXP_1_9_0_versioncounter', 0)] GIT_LFS_SKIP_SMUDGE: 1 TargetPlatform: 'freertos' @@ -677,7 +677,7 @@ jobs: variables: DOTNET_NOLOGO: true # creates a counter and assigns it to the revision variable - REVISION: $[counter('TI_1_8_1_versioncounter', 0)] + REVISION: $[counter('TI_1_9_0_versioncounter', 0)] HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)] TargetPlatform: 'ti_simplelink' @@ -748,7 +748,7 @@ jobs: variables: # creates a counter and assigns it to the revision variable - REVISION: $[counter('AZURERTOS_1_8_1_versioncounter', 0)] + REVISION: $[counter('AZURERTOS_1_9_0_versioncounter', 0)] HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)] TargetPlatform: 'azure_rtos' @@ -796,7 +796,7 @@ jobs: variables: DOTNET_NOLOGO: true # creates a counter and assigns it to the revision variable - REVISION: $[counter('WIN32_1_8_1_versioncounter', 0)] + REVISION: $[counter('WIN32_1_9_0_versioncounter', 0)] steps: - template: azure-pipelines-templates/nb-gitversioning.yml diff --git a/version.json b/version.json index 4fc57a2d43..47685a02fd 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.8.1", + "version": "1.9.0", "assemblyVersion": { "precision": "revision" },