Skip to content

Commit 58ac329

Browse files
committed
Update version to 1.0.12
1 parent 3f56214 commit 58ac329

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

src/Azure.Functions.Cli/Common/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
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
}

0 commit comments

Comments
 (0)