2019-03-20 10:02:18 +00:00
|
|
|
REM this requires some kind of cygwin toolset in $PATH
|
|
|
|
REM or just having sed(1) at a minimum
|
|
|
|
set /P RELEASE_NAME=<..\..\..\motto.txt
|
2019-05-17 08:27:25 +00:00
|
|
|
sed -i "s/%RELEASE_NAME%/RELEASE_CODENAME/g" ..\..\Properties\AssemblyInfo.cs
|