Skip to content

Commit

Permalink
Bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Nov 10, 2023
1 parent 18c385b commit 365df84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'

Expand Down Expand Up @@ -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'

Expand Down Expand Up @@ -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'

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit 365df84

Please sign in to comment.