Skip to content

0.10.0

Compare
Choose a tag to compare
@dustinmoris dustinmoris released this 21 Dec 10:47
· 145 commits to master since this release

New features

The Giraffe template supports three different view engines now:

  • giraffe (default)
  • razor
  • dotliquid

You can optionally specify the --ViewEngine (or short -V) parameter and select one of the supported options when creating a new Giraffe project:

dotnet new giraffe --ViewEngine razor

When you run dotnet new giraffe it will automatically create a new Giraffe project with the default GiraffeViewEngine engine.