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
66 public const string FunctionsStorageAccountNamePrefix = "AzureFunctions" ;
77 public const string StorageAccountArmType = "Microsoft.Storage/storageAccounts" ;
88 public const string FunctionAppArmKind = "functionapp" ;
9- public const string CliVersion = "1.0.11 " ;
9+ public const string CliVersion = "1.0.12 " ;
1010 public const string CliDebug = "CLI_DEBUG" ;
1111 public const string DefaultSqlProviderName = "System.Data.SqlClient" ;
1212 public const string WebsiteHostname = "WEBSITE_HOSTNAME" ;
Original file line number Diff line number Diff line change 11{
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+ }
2929}
You can’t perform that action at this time.
0 commit comments