Releases: rickardn/Consolas
Releases · rickardn/Consolas
0.7.1
- Hotfix: error in nuget package sample app
- Redesigned the console argument parser to fix #3
- Breaking change: main class must now inherit
ConsoleApp<T>
where T is the main class itself
0.7.0
- Redesigned the console argument parser to fix #3
- Breaking change: main class must now inherit
ConsoleApp<T>
where T is the main class itself
0.6.2
- Minor bug fix for a bug when no view is found when doing
return View(...)
in a command
0.6.1
- Better exception messages when using views
- when view does not exits
- when no view engine is defined
0.6.0
- Pluggable view engines
- Mustache templates
- More unit test friendly API
- Support for .NET 4.0 and 4.5+
- Razor templates no longer part of the release. Optional to use with nuget package Consolas.Razor (requires .NET 4.5)