4.0.0
Breaking changes & Bug fixes
- Fixed a bug around the
TempData
implementation to ensure that all previously stored data in theTempData
dictionary is accessible as well as newly made changes are persisted going forward.
New features
- Added an additional overload of
AddRazorEngine
which does not take any arguments, which supports Razor views from a class library.