File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
name =Azure SDK for C
2
- version =1.0.0-beta.5
2
+ version =1.0.0
3
3
author =Microsoft Corporation
4
4
maintainer =Microsoft Corporation <
[email protected] >
5
5
sentence =Azure SDK for C library for Arduino.
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: MIT
3
3
4
4
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" )
7
7
)
8
8
9
9
$SrcFolder = " ..\src"
10
10
$LibConfigFile = " ..\library.properties"
11
11
12
12
Write-Host " Cloning azure-sdk-for-c repository."
13
13
14
+ git config -- local core.autocrlf false
14
15
git clone - b $SdkVersion https:// github.com / Azure/ azure- sdk- for- c sdkrepo
15
16
16
17
Write-Host " Flattening the azure-sdk-for-c file structure and updating src/."
You can’t perform that action at this time.
0 commit comments