Skip to content

Releases: bennor/AutoT4

v1.2.2 Auto-close templates in solution items after build

15 Apr 05:44
Compare
Choose a tag to compare

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

22 Mar 10:36
Compare
Choose a tag to compare

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

14 Jul 11:03
Compare
Choose a tag to compare
  • 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.

v.1.1.0

29 Jan 10:49
Compare
Choose a tag to compare
v.1.1.0 Pre-release
Pre-release

This release adds:

  • The ability to disable running on build for individual templates (for details, check the README).
  • Support for Visual Studio 2015.

This release had a pretty major bug that would randomly crash VS, so it was never pushed up to the VS gallery.

v1.0.1

29 Jan 10:48
Compare
Choose a tag to compare

This release adds support for Visual Studio 2013.

v1.0.0

29 Jan 10:46
Compare
Choose a tag to compare

This is where it all began...

All there was way back then was 2012 support.