jehugaleahsa / mustache-sharp

An extension of the mustache text template engine for .NET.
The Unlicense
306 stars 80 forks source link

Upgrade to support .NET 4.5 and .NET Core #53

Closed natemcmaster closed 8 years ago

natemcmaster commented 9 years ago

Bumps framework version to 4.5. Upgrades to use newer, more compatible, reflection APIs.

Bump to version 0.3.0.

Added new resource generation tool that is compatible with .NET Core. This automatically generates Resources.Designer.cs. To use it, right-click on Properties/Resources.tt -> "Run Custom Tool"

natemcmaster commented 8 years ago

Closing as upgrades to dotnet make these changes obsolete.