Releases: bennor/AutoT4
Releases · bennor/AutoT4
v1.2.2 Auto-close templates in solution items after build
When you have a .tt
file included in your solution as a "Solution Item", it doesn't have a project, so we trick it into running by opening it and saving it. This bug fix, provided by @huysentruitw, closes closes these templates if they weren't open before the build.
v1.2.1 Visual Studio 2017 Support
This version adds support for VS 2017. There are no functional changes.
Note People using older versions of VS may need to install .NET 4.6 if they don't have it already.
v1.2.0 More configuration stuff
- Added option to run individual templates before or after build (or not at all).
- Added AutoT4 section to options dialog so you can choose when to run at a global level.
- Bug fix for random VS crashes.
Thanks to @CosminLazar and @malylemire1 for their help on this.