Last year I implemented this solution https://stackoverflow.com/a/19314275/1166898 to automatically update the copyright notice when the project is built, but I found out this year that the template isn't run unless it's changed, and it warns me that it's not trusted before running it.
How do I
- run this file every build without it needing to be changed
- trust just this file without automatically trusting every other
.tt
file
If it's not possible, what's a better way of updating the copyright year automatically?