Skip to content

v2.0.0 Alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Taritsyn Taritsyn released this 23 Aug 13:02
· 743 commits to master since this release

Version: 2.0.0 Alpha 1
Published: 8/23/2016
Change Set: 35a3f68

  • Removed dependency on System.Configuration.dll (no longer supported configuration by using the Web.config and App.config files)
  • In JavaScriptEngineSwitcher.Core and JavaScriptEngineSwitcher.ChakraCore added support of .NET Core 1.0
  • Now all modules are support of .NET Framework 4.5.1 and can be used in web applications based on the “ASP.NET Core Web Application (.NET Framework)” template
  • Created a JavaScriptEngineSwitcher.Extensions.MsDependencyInjection package, that contains extension methods for adding the JS engine switcher in an IServiceCollection
  • JavaScriptEngineSwitcher.ConfigurationIntelliSense package is no longer required for the current version of the JavaScript Engine Switcher

NuGet Packages

Before installing of NuGet packages, I recommend to first read “How to upgrade applications to version 2.X” section of the documentation.