Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

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