Skip to content

Commit a56c0b5

Browse files
authored
Merge pull request #26 from ewertons/ewertons/updatearduinolib
Update the Azure SDK for C Arduino Library to version 1.0.0
2 parents a7d395b + 81694f1 commit a56c0b5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Azure SDK for C
2-
version=1.0.0-beta.5
2+
version=1.0.0
33
author=Microsoft Corporation
44
maintainer=Microsoft Corporation <[email protected]>
55
sentence=Azure SDK for C library for Arduino.

tools/Update-Library.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
# SPDX-License-Identifier: MIT
33

44
param(
5-
$SdkVersion = $(throw "SdkVersion not provided"),
6-
$NewLibraryVersion = $(throw "NewLibraryVersion not provided")
5+
$SdkVersion = $(throw "Azure SDK for C Version (git tag) not provided"),
6+
$NewLibraryVersion = $(throw "New Azure SDK for C Arduino Library version not provided")
77
)
88

99
$SrcFolder = "..\src"
1010
$LibConfigFile = "..\library.properties"
1111

1212
Write-Host "Cloning azure-sdk-for-c repository."
1313

14+
git config --local core.autocrlf false
1415
git clone -b $SdkVersion https://github.com/Azure/azure-sdk-for-c sdkrepo
1516

1617
Write-Host "Flattening the azure-sdk-for-c file structure and updating src/."

0 commit comments

Comments
 (0)