Skip to content

Commit 365df84

Browse files
committed
Bump version to 1.9.0
1 parent 18c385b commit 365df84

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
variables:
405405
DOTNET_NOLOGO: true
406406
# creates a counter and assigns it to the revision variable
407-
REVISION: $[counter('STM32_1_8_1_versioncounter', 0)]
407+
REVISION: $[counter('STM32_1_9_0_versioncounter', 0)]
408408
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
409409
TargetPlatform: 'stm32'
410410

@@ -518,7 +518,7 @@ jobs:
518518
variables:
519519
DOTNET_NOLOGO: true
520520
# creates a counter and assigns it to the revision variable
521-
REVISION: $[counter('ESP32_1_8_1_versioncounter', 0)]
521+
REVISION: $[counter('ESP32_1_9_0_versioncounter', 0)]
522522
IDF_PATH: 'D:/a/1/s/esp-idf'
523523
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
524524
TargetPlatform: 'esp32'
@@ -599,7 +599,7 @@ jobs:
599599
variables:
600600
DOTNET_NOLOGO: true
601601
# creates a counter and assigns it to the revision variable
602-
REVISION: $[counter('NXP_1_8_1_versioncounter', 0)]
602+
REVISION: $[counter('NXP_1_9_0_versioncounter', 0)]
603603
GIT_LFS_SKIP_SMUDGE: 1
604604
TargetPlatform: 'freertos'
605605

@@ -677,7 +677,7 @@ jobs:
677677
variables:
678678
DOTNET_NOLOGO: true
679679
# creates a counter and assigns it to the revision variable
680-
REVISION: $[counter('TI_1_8_1_versioncounter', 0)]
680+
REVISION: $[counter('TI_1_9_0_versioncounter', 0)]
681681
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
682682
TargetPlatform: 'ti_simplelink'
683683

@@ -748,7 +748,7 @@ jobs:
748748

749749
variables:
750750
# creates a counter and assigns it to the revision variable
751-
REVISION: $[counter('AZURERTOS_1_8_1_versioncounter', 0)]
751+
REVISION: $[counter('AZURERTOS_1_9_0_versioncounter', 0)]
752752
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
753753
TargetPlatform: 'azure_rtos'
754754

@@ -796,7 +796,7 @@ jobs:
796796
variables:
797797
DOTNET_NOLOGO: true
798798
# creates a counter and assigns it to the revision variable
799-
REVISION: $[counter('WIN32_1_8_1_versioncounter', 0)]
799+
REVISION: $[counter('WIN32_1_9_0_versioncounter', 0)]
800800

801801
steps:
802802
- template: azure-pipelines-templates/nb-gitversioning.yml

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)