Skip to content

Commit f3fc12e

Browse files
committed
Bump version number
1 parent 4bd6d2f commit f3fc12e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

azure-pipelines-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
variables:
295295
DOTNET_NOLOGO: true
296296
# creates a counter and assigns it to the revision variable
297-
REVISION: $[counter('STM32_1_12_1_versioncounter', 0)]
297+
REVISION: $[counter('STM32_1_12_3_versioncounter', 0)]
298298
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
299299
TargetPlatform: "stm32"
300300

@@ -581,7 +581,7 @@ jobs:
581581
variables:
582582
DOTNET_NOLOGO: true
583583
# creates a counter and assigns it to the revision variable
584-
REVISION: $[counter('ESP32_1_12_1_versioncounter', 0)]
584+
REVISION: $[counter('ESP32_1_12_3_versioncounter', 0)]
585585
IDF_PATH: "D:/a/1/s/esp-idf"
586586
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
587587
TargetPlatform: "esp32"
@@ -664,7 +664,7 @@ jobs:
664664
variables:
665665
DOTNET_NOLOGO: true
666666
# creates a counter and assigns it to the revision variable
667-
REVISION: $[counter('TI_1_12_1_versioncounter', 0)]
667+
REVISION: $[counter('TI_1_12_3_versioncounter', 0)]
668668
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
669669
TargetPlatform: "ti_simplelink"
670670

@@ -715,7 +715,7 @@ jobs:
715715

716716
variables:
717717
# creates a counter and assigns it to the revision variable
718-
REVISION: $[counter('AZURERTOS_1_12_1_versioncounter', 0)]
718+
REVISION: $[counter('AZURERTOS_1_12_3_versioncounter', 0)]
719719
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
720720
TargetPlatform: "efm32"
721721

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
variables:
412412
DOTNET_NOLOGO: true
413413
# creates a counter and assigns it to the revision variable
414-
REVISION: $[counter('STM32_1_12_1_versioncounter', 0)]
414+
REVISION: $[counter('STM32_1_12_3_versioncounter', 0)]
415415
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
416416
TargetPlatform: "stm32"
417417

@@ -525,7 +525,7 @@ jobs:
525525
variables:
526526
DOTNET_NOLOGO: true
527527
# creates a counter and assigns it to the revision variable
528-
REVISION: $[counter('ESP32_1_12_1_versioncounter', 0)]
528+
REVISION: $[counter('ESP32_1_12_3_versioncounter', 0)]
529529
IDF_PATH: "D:/a/1/s/esp-idf"
530530
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
531531
TargetPlatform: "esp32"
@@ -613,7 +613,7 @@ jobs:
613613
variables:
614614
DOTNET_NOLOGO: true
615615
# creates a counter and assigns it to the revision variable
616-
REVISION: $[counter('NXP_1_12_1_versioncounter', 0)]
616+
REVISION: $[counter('NXP_1_12_3_versioncounter', 0)]
617617
GIT_LFS_SKIP_SMUDGE: 1
618618
TargetPlatform: "freertos"
619619

@@ -691,7 +691,7 @@ jobs:
691691
variables:
692692
DOTNET_NOLOGO: true
693693
# creates a counter and assigns it to the revision variable
694-
REVISION: $[counter('TI_1_12_1_versioncounter', 0)]
694+
REVISION: $[counter('TI_1_12_3_versioncounter', 0)]
695695
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
696696
TargetPlatform: "ti_simplelink"
697697

@@ -762,7 +762,7 @@ jobs:
762762

763763
variables:
764764
# creates a counter and assigns it to the revision variable
765-
REVISION: $[counter('AZURERTOS_1_12_1_versioncounter', 0)]
765+
REVISION: $[counter('AZURERTOS_1_12_3_versioncounter', 0)]
766766
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
767767
TargetPlatform: "efm32"
768768

@@ -813,7 +813,7 @@ jobs:
813813
value: true
814814
# creates a counter and assigns it to the revision variable
815815
- name: REVISION
816-
value: $[counter('WIN32_1_12_1_versioncounter', 0)]
816+
value: $[counter('WIN32_1_12_3_versioncounter', 0)]
817817
- name: LITTLEFS_PATH
818818
value: "D:/a/1/s/littlefs"
819819

version.json

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

0 commit comments

Comments
 (0)