Skip to content

Commit

Permalink
Fix assembly redirection and update version to 1.0.0-beta.99
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Jun 6, 2017
1 parent d252d6e commit faa5f2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/Azure.Functions.Cli/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,12 @@
<assemblyIdentity name="System.Reactive.Core" publicKeyToken="94bc3704cddfc263" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</runtime>
<system.serviceModel>
<extensions>
<!-- In this extension section we are introducing all known service bus extensions. User can remove the ones they don't need. -->
Expand Down
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.0-beta.98";
public const string CliVersion = "1.0.0-beta.99";
public const string CliDebug = "CLI_DEBUG";
public const string DefaultSqlProviderName = "System.Data.SqlClient";

Expand Down
2 changes: 1 addition & 1 deletion src/Azure.Functions.Cli/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-functions-core-tools",
"version": "1.0.0-beta.98",
"version": "1.0.0-beta.99",
"description": "Azure Functions Core Tools",
"scripts": { },
"author": "Microsoft",
Expand Down

0 comments on commit faa5f2c

Please sign in to comment.