diff --git a/src/Azure.Functions.Cli/Common/Constants.cs b/src/Azure.Functions.Cli/Common/Constants.cs index bcae9e711..189ac8e34 100644 --- a/src/Azure.Functions.Cli/Common/Constants.cs +++ b/src/Azure.Functions.Cli/Common/Constants.cs @@ -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"; diff --git a/src/Azure.Functions.Cli/npm/package.json b/src/Azure.Functions.Cli/npm/package.json index 3c12143ed..59d7b5349 100644 --- a/src/Azure.Functions.Cli/npm/package.json +++ b/src/Azure.Functions.Cli/npm/package.json @@ -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" + } } \ No newline at end of file