Skip to content

Commit f3da3ac

Browse files
committed
Bump version to 1.12.4
1 parent 11940c9 commit f3da3ac

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_3_versioncounter', 0)]
297+
REVISION: $[counter('STM32_1_12_4_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_3_versioncounter', 0)]
584+
REVISION: $[counter('ESP32_1_12_4_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_3_versioncounter', 0)]
667+
REVISION: $[counter('TI_1_12_4_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_3_versioncounter', 0)]
718+
REVISION: $[counter('AZURERTOS_1_12_4_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
@@ -413,7 +413,7 @@ jobs:
413413
variables:
414414
DOTNET_NOLOGO: true
415415
# creates a counter and assigns it to the revision variable
416-
REVISION: $[counter('STM32_1_12_3_versioncounter', 0)]
416+
REVISION: $[counter('STM32_1_12_4_versioncounter', 0)]
417417
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
418418
TargetPlatform: "stm32"
419419

@@ -527,7 +527,7 @@ jobs:
527527
variables:
528528
DOTNET_NOLOGO: true
529529
# creates a counter and assigns it to the revision variable
530-
REVISION: $[counter('ESP32_1_12_3_versioncounter', 0)]
530+
REVISION: $[counter('ESP32_1_12_4_versioncounter', 0)]
531531
IDF_PATH: "D:/a/1/s/esp-idf"
532532
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
533533
TargetPlatform: "esp32"
@@ -615,7 +615,7 @@ jobs:
615615
variables:
616616
DOTNET_NOLOGO: true
617617
# creates a counter and assigns it to the revision variable
618-
REVISION: $[counter('NXP_1_12_3_versioncounter', 0)]
618+
REVISION: $[counter('NXP_1_12_4_versioncounter', 0)]
619619
GIT_LFS_SKIP_SMUDGE: 1
620620
TargetPlatform: "freertos"
621621

@@ -693,7 +693,7 @@ jobs:
693693
variables:
694694
DOTNET_NOLOGO: true
695695
# creates a counter and assigns it to the revision variable
696-
REVISION: $[counter('TI_1_12_3_versioncounter', 0)]
696+
REVISION: $[counter('TI_1_12_4_versioncounter', 0)]
697697
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
698698
TargetPlatform: "ti_simplelink"
699699

@@ -764,7 +764,7 @@ jobs:
764764

765765
variables:
766766
# creates a counter and assigns it to the revision variable
767-
REVISION: $[counter('AZURERTOS_1_12_3_versioncounter', 0)]
767+
REVISION: $[counter('AZURERTOS_1_12_4_versioncounter', 0)]
768768
HelperPackageVersion: $[counter('HelperPackageVersioncounter', 0)]
769769
TargetPlatform: "efm32"
770770

@@ -815,7 +815,7 @@ jobs:
815815
value: true
816816
# creates a counter and assigns it to the revision variable
817817
- name: REVISION
818-
value: $[counter('WIN32_1_12_3_versioncounter', 0)]
818+
value: $[counter('WIN32_1_12_4_versioncounter', 0)]
819819
- name: LITTLEFS_PATH
820820
value: "D:/a/1/s/littlefs"
821821

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.12.3",
3+
"version": "1.12.4",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)