This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin.
1 line
No EOL
80 B
Text
1 line
No EOL
80 B
Text
<#@ include file="..\version.include.tt" #><#= string.Join(".", versionParts) #> |