Skip to content

Commit

Permalink
Update AssemblyVersion.tt
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Jul 20, 2021
1 parent d06f1b1 commit 2088da4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Source/Properties/AssemblyVersion.tt
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
<#@ template debug="false" hostspecific="true" language="C#" #>
<#
/*
* AssemblyFileVersion.tt
* 1.2.0.0
*/

/* This file is licensed under the Do What the F* You Want to Public License ( http://www.wtfpl.net )
* by zer0Kerbal
*
* You are allowed to copy, modify and use this file unrestrictedly. :)
*/
#>

<#@ template debug="false" hostspecific="true" language="C#" #>
<#@ import namespace="System.IO" #>
<#@ output extension=".cs" #>
<#
Expand Down

0 comments on commit 2088da4

Please sign in to comment.