Skip to content

Releases: rickardn/Consolas

0.7.1

13 Feb 11:42
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
  • 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

13 Feb 00:28
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • 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

14 May 10:39
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • Minor bug fix for a bug when no view is found when doing return View(...) in a command

0.6.1

14 May 10:40
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Better exception messages when using views
    • when view does not exits
    • when no view engine is defined

0.6.0

14 May 10:40
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • 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)