File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ internal static class Constants
6
6
public const string FunctionsStorageAccountNamePrefix = "AzureFunctions" ;
7
7
public const string StorageAccountArmType = "Microsoft.Storage/storageAccounts" ;
8
8
public const string FunctionAppArmKind = "functionapp" ;
9
- public const string CliVersion = "1.0.11 " ;
9
+ public const string CliVersion = "1.0.12 " ;
10
10
public const string CliDebug = "CLI_DEBUG" ;
11
11
public const string DefaultSqlProviderName = "System.Data.SqlClient" ;
12
12
public const string WebsiteHostname = "WEBSITE_HOSTNAME" ;
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " azure-functions-core-tools" ,
3
- "version" : " 1.0.11 " ,
4
- "description" : " Azure Functions Core Tools" ,
5
- "scripts" : {
6
- "postinstall" : " node lib/install.js"
7
- },
8
- "author" : " Microsoft" ,
9
- "license" : " MIT" ,
10
- "preferGlobal" : true ,
11
- "repository" : {
12
- "type" : " git" ,
13
- "url" : " https://github.com/Azure/azure-functions-cli.git"
14
- },
15
- "bin" : {
16
- "func" : " lib/main.js" ,
17
- "azfun" : " lib/main.js" ,
18
- "azurefunctions" : " lib/main.js"
19
- },
20
- "os" : [
21
- " win32"
22
- ],
23
- "dependencies" : {
24
- "chalk" : " ^2.1.0" ,
25
- "command-exists" : " ^1.2.2" ,
26
- "tmp" : " ^0.0.33" ,
27
- "unzipper" : " ^0.8.9"
28
- }
2
+ "name" : " azure-functions-core-tools" ,
3
+ "version" : " 1.0.12 " ,
4
+ "description" : " Azure Functions Core Tools" ,
5
+ "scripts" : {
6
+ "postinstall" : " node lib/install.js"
7
+ },
8
+ "author" : " Microsoft" ,
9
+ "license" : " MIT" ,
10
+ "preferGlobal" : true ,
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " https://github.com/Azure/azure-functions-cli.git"
14
+ },
15
+ "bin" : {
16
+ "func" : " lib/main.js" ,
17
+ "azfun" : " lib/main.js" ,
18
+ "azurefunctions" : " lib/main.js"
19
+ },
20
+ "os" : [
21
+ " win32"
22
+ ],
23
+ "dependencies" : {
24
+ "chalk" : " ^2.1.0" ,
25
+ "command-exists" : " ^1.2.2" ,
26
+ "tmp" : " ^0.0.33" ,
27
+ "unzipper" : " ^0.8.9"
28
+ }
29
29
}
You can’t perform that action at this time.
0 commit comments