Skip to content
ahmad.shahid edited this page Nov 4, 2022 · 4 revisions

Documentation

Major Notable Updates

.NET Core Support in 2.0

The templates have been updated to support .NET Core! There were a number of breaking changes made to make this work, please review the 2.0 Migration document when updating.

Please note that when using Visual Studio, 2017 or later is required to add the .Net Standard NuGet dependencies (#356). See the Microsoft documentation.

New Assembly names in v1.29.0

The assembly names have been updated to match the NuGet package names. So when you update the project you will have to update your using and import statements for your project to compile.

New NuGet Packages with version (4.0.28 - 1.28.0)

Assembly references have been updated in this release. In order to separate the core object from the NuGet packages for testing purposes all the package names are being re-named and having a re-set on the version.

To Update

When managing the NuGet packages for your project, you will need to uninstall the old package name. Once that completes you can install the new package (see new names below). This should then look very similar to a regular update in your changes and work just like a regular update.