From aa74772c2d871b88153145734de8b75b6ba0d0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 14 Mar 2024 21:10:32 +0000 Subject: [PATCH] Bump version to 1.9.1 --- azure-pipelines-nightly.yml | 8 +++--- azure-pipelines.yml | 12 ++++----- version.json | 54 ++++++++++++++++++------------------- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/azure-pipelines-nightly.yml b/azure-pipelines-nightly.yml index 744aae7615..075d4302f7 100644 --- a/azure-pipelines-nightly.yml +++ b/azure-pipelines-nightly.yml @@ -279,7 +279,7 @@ jobs: variables: DOTNET_NOLOGO: true # creates a counter and assigns it to the revision variable - REVISION: $[counter('STM32_1_9_0_versioncounter', 0)] + REVISION: $[counter('STM32_1_9_1_versioncounter', 0)] HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)] TargetPlatform: 'stm32' @@ -493,7 +493,7 @@ jobs: variables: DOTNET_NOLOGO: true # creates a counter and assigns it to the revision variable - REVISION: $[counter('ESP32_1_9_0_versioncounter', 0)] + REVISION: $[counter('ESP32_1_9_1_versioncounter', 0)] IDF_PATH: 'D:/a/1/s/esp-idf' PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip TargetPlatform: 'esp32' @@ -569,7 +569,7 @@ jobs: variables: DOTNET_NOLOGO: true # creates a counter and assigns it to the revision variable - REVISION: $[counter('TI_1_9_0_versioncounter', 0)] + REVISION: $[counter('TI_1_9_1_versioncounter', 0)] HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)] TargetPlatform: 'ti_simplelink' @@ -621,7 +621,7 @@ jobs: variables: # creates a counter and assigns it to the revision variable - REVISION: $[counter('AZURERTOS_1_9_0_versioncounter', 0)] + REVISION: $[counter('AZURERTOS_1_9_1_versioncounter', 0)] HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)] TargetPlatform: 'azure_rtos' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fdf34a51a3..6a4846d816 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_9_0_versioncounter', 0)] + REVISION: $[counter('STM32_1_9_1_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_9_0_versioncounter', 0)] + REVISION: $[counter('ESP32_1_9_1_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_9_0_versioncounter', 0)] + REVISION: $[counter('NXP_1_9_1_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_9_0_versioncounter', 0)] + REVISION: $[counter('TI_1_9_1_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_9_0_versioncounter', 0)] + REVISION: $[counter('AZURERTOS_1_9_1_versioncounter', 0)] HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)] TargetPlatform: 'azure_rtos' @@ -799,7 +799,7 @@ jobs: value: true # creates a counter and assigns it to the revision variable - name: REVISION - value: $[counter('WIN32_1_9_0_versioncounter', 0)] + value: $[counter('WIN32_1_9_1_versioncounter', 0)] steps: - template: azure-pipelines-templates/nb-gitversioning.yml diff --git a/version.json b/version.json index 47685a02fd..181d811f90 100644 --- a/version.json +++ b/version.json @@ -1,28 +1,28 @@ -{ - "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.9.0", - "assemblyVersion": { - "precision": "revision" - }, - "semVer1NumericIdentifierPadding": 3, - "nuGetPackageVersion": { - "semVer": 2.0 - }, - "publicReleaseRefSpec": [ - "refs/head/*" - ], - "cloudBuild": { - "setAllVariables": true, - "buildNumber": { - "enabled": false, - "includeCommitId": { - "when": "always" - } - } - }, - "release": { - "branchName": "release-v{version}", - "versionIncrement": "build", - "firstUnstableTag": "preview" - } +{ + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", + "version": "1.9.1", + "assemblyVersion": { + "precision": "revision" + }, + "semVer1NumericIdentifierPadding": 3, + "nuGetPackageVersion": { + "semVer": 2.0 + }, + "publicReleaseRefSpec": [ + "refs/head/*" + ], + "cloudBuild": { + "setAllVariables": true, + "buildNumber": { + "enabled": false, + "includeCommitId": { + "when": "always" + } + } + }, + "release": { + "branchName": "release-v{version}", + "versionIncrement": "build", + "firstUnstableTag": "preview" + } } \ No newline at end of file