diff options
author | Arnavion <arnavion@gmail.com> | 2013-12-27 12:05:07 -0800 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2013-12-27 12:05:07 -0800 |
commit | c7bf4b0474c613f81e3724043386373d7bc7d2a3 (patch) | |
tree | 82a47c7c7306a736f0d6ec8afbd17ac0eb45f68e /win32/version.txt.tt | |
parent | 61ceaef57e19f7b19669bca4f7972123d2e6b119 (diff) |
Replaced use of T4 templates with PS-based templates.
TextTransform.exe is not available with Express versions of Visual Studio.
Diffstat (limited to 'win32/version.txt.tt')
-rw-r--r-- | win32/version.txt.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/version.txt.tt b/win32/version.txt.tt index 64e50010..778db65c 100644 --- a/win32/version.txt.tt +++ b/win32/version.txt.tt @@ -1 +1 @@ -<#@ include file="..\version.include.tt" #><#= string.Join(".", versionParts) #> \ No newline at end of file +<#= [string]::Join('.', $versionParts) #> \ No newline at end of file |