diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bcacdb83..12175c98 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,11 +54,13 @@ steps: lib-Windows.Devices.I2c lib-Windows.Devices.Pwm lib-Windows.Devices.Spi + lib-System.Devices.Dac lib-nanoFramework.Devices.OneWire lib-nanoFramework.Networking.Sntp lib-nanoFramework.Hardware.Stm32 lib-nanoFramework.System.Math - Json.nanoFramework + lib-nanoFramework.TI.EasyLink + Json.NetMF condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') ), and( succeeded(), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') ) displayName: Update dependent class libs diff --git a/source/version.json b/source/version.json index f679c5ed..bd0cd473 100644 --- a/source/version.json +++ b/source/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.2.7", + "version": "1.3.0", "assemblyVersion": { "precision": "revision" },