Commit 160a8fb 1 parent 76e09e1 commit 160a8fb Copy full SHA for 160a8fb
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
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.0-beta.96 " ;
9
+ public const string CliVersion = "1.0.0-beta.97 " ;
10
10
public const string CliDebug = "CLI_DEBUG" ;
11
11
public const string DefaultSqlProviderName = "System.Data.SqlClient" ;
12
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " azure-functions-core-tools" ,
3
- "version" : " 1.0.0-beta.96 " ,
3
+ "version" : " 1.0.0-beta.97 " ,
4
4
"description" : " Azure Functions Core Tools" ,
5
5
"scripts" : { },
6
6
"author" : " Microsoft" ,
You can’t perform that action at this time.
0 commit comments