Commit faa5f2c 1 parent d252d6e commit faa5f2c Copy full SHA for faa5f2c
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 195
195
<assemblyIdentity name =" System.Reactive.Core" publicKeyToken =" 94bc3704cddfc263" culture =" neutral" />
196
196
<bindingRedirect oldVersion =" 0.0.0.0-3.0.3000.0" newVersion =" 3.0.3000.0" />
197
197
</dependentAssembly >
198
+ <dependentAssembly >
199
+ <assemblyIdentity name =" System.Security.Cryptography.Algorithms" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
200
+ <bindingRedirect oldVersion =" 0.0.0.0-4.1.0.0" newVersion =" 4.1.0.0" />
201
+ </dependentAssembly >
198
202
</assemblyBinding >
199
- </runtime >
203
+ </runtime >
200
204
<system .serviceModel>
201
205
<extensions >
202
206
<!-- In this extension section we are introducing all known service bus extensions. User can remove the ones they don't need. -->
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.98 " ;
9
+ public const string CliVersion = "1.0.0-beta.99 " ;
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.98 " ,
3
+ "version" : " 1.0.0-beta.99 " ,
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