Skip to content

Commit

Permalink
Update version to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Apr 27, 2018
1 parent 3f56214 commit 58ac329
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/Azure.Functions.Cli/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ internal static class Constants
public const string FunctionsStorageAccountNamePrefix = "AzureFunctions";
public const string StorageAccountArmType = "Microsoft.Storage/storageAccounts";
public const string FunctionAppArmKind = "functionapp";
public const string CliVersion = "1.0.11";
public const string CliVersion = "1.0.12";
public const string CliDebug = "CLI_DEBUG";
public const string DefaultSqlProviderName = "System.Data.SqlClient";
public const string WebsiteHostname = "WEBSITE_HOSTNAME";
Expand Down
54 changes: 27 additions & 27 deletions src/Azure.Functions.Cli/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "azure-functions-core-tools",
"version": "1.0.11",
"description": "Azure Functions Core Tools",
"scripts": {
"postinstall": "node lib/install.js"
},
"author": "Microsoft",
"license": "MIT",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-functions-cli.git"
},
"bin": {
"func": "lib/main.js",
"azfun": "lib/main.js",
"azurefunctions": "lib/main.js"
},
"os": [
"win32"
],
"dependencies": {
"chalk": "^2.1.0",
"command-exists": "^1.2.2",
"tmp": "^0.0.33",
"unzipper": "^0.8.9"
}
"name": "azure-functions-core-tools",
"version": "1.0.12",
"description": "Azure Functions Core Tools",
"scripts": {
"postinstall": "node lib/install.js"
},
"author": "Microsoft",
"license": "MIT",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-functions-cli.git"
},
"bin": {
"func": "lib/main.js",
"azfun": "lib/main.js",
"azurefunctions": "lib/main.js"
},
"os": [
"win32"
],
"dependencies": {
"chalk": "^2.1.0",
"command-exists": "^1.2.2",
"tmp": "^0.0.33",
"unzipper": "^0.8.9"
}
}

0 comments on commit 58ac329

Please sign in to comment.