File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ name: Daily update dependencies
77
88on :
99 schedule :
10- # Update At 00:00 UTC on Tuesday and Friday
11- - cron : ' 0 0 * * 2,5 '
10+ # At 00:00 UTC every day.
11+ - cron : ' 00 00 * * * '
1212 repository_dispatch :
1313 types : update-dependencies
1414
Original file line number Diff line number Diff line change 1010
1111| Component | Build Status | NuGet Package |
1212| :-| ---| ---|
13- | nanoFramework.Device.Bluetooth | [ ![ Build Status] ( https://dev.azure.com/nanoframework/nanoFramework.Device.Bluetooth/_apis/build/status/nanoframework.nanoFramework.Device.Bluetooth?repoName=nanoframework%2FnanoFramework.Device.Bluetooth&branchName=main )] ( https://dev.azure.com/nanoframework/nanoFramework.Device.Bluetooth/_build/latest?definitionId=85&repoName=nanoframework%2FnanoFramework.Device.Bluetooth&branchName=main ) | [ ![ NuGet] ( https://img.shields.io/nuget/v/nanoFramework.Device.Bluetooth.svg?label=NuGet&style=flat&logo=nuget )] ( https://www.nuget.org/packages/nanoFramework.Device.Bluetooth/ ) |
14- | nanoFramework.Device.Bluetooth (preview) | [ ![ Build Status] ( https://dev.azure.com/nanoframework/nanoFramework.Device.Bluetooth/_apis/build/status/nanoframework.nanoFramework.Device.Bluetooth?repoName=nanoframework%2FnanoFramework.Device.Bluetooth&branchName=develop )] ( https://dev.azure.com/nanoframework/nanoFramework.Device.Bluetooth/_build/latest?definitionId=85&repoName=nanoframework%2FnanoFramework.Device.Bluetooth&branchName=develop ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/nanoFramework.Device.Bluetooth.svg?label=NuGet&style=flat&logo=nuget )] ( https://www.nuget.org/packages/nanoFramework.Device.Bluetooth/ ) |
13+ | nanoFramework.Device.Bluetooth | [ ![ Build Status] ( https://dev.azure.com/nanoframework/nanoFramework.Device.Bluetooth/_apis/build/status/nanoFramework.Device.Bluetooth?repoName=nanoframework%2FnanoFramework.Device.Bluetooth&branchName=main )] ( https://dev.azure.com/nanoframework/nanoFramework.Device.Bluetooth/_build/latest?definitionId=85&repoName=nanoframework%2FnanoFramework.Device.Bluetooth&branchName=main ) | [ ![ NuGet] ( https://img.shields.io/nuget/v/nanoFramework.Device.Bluetooth.svg?label=NuGet&style=flat&logo=nuget )] ( https://www.nuget.org/packages/nanoFramework.Device.Bluetooth/ ) |
1514
1615## nanoFramework.Device.Bluetooth class Library
1716
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 1.0.0-preview.{height} " ,
3+ "version" : " 1.0.1 " ,
44 "assemblyVersion" : {
55 "precision" : " revision"
66 },
You can’t perform that action at this time.
0 commit comments