Update revision number to 1.4 for SAMG Supplemental Information
Add flag for SAMG Supplemental Information
This commit is contained in:
parent
f59a8f9840
commit
419dd4712a
@ -30,7 +30,7 @@ namespace AdjustBuildRevision
|
|||||||
string outline = line;
|
string outline = line;
|
||||||
if (line.Contains("AssemblyVersion") || line.Contains("AssemblyFileVersion"))
|
if (line.Contains("AssemblyVersion") || line.Contains("AssemblyFileVersion"))
|
||||||
{
|
{
|
||||||
outline = Regex.Replace(line, @"([0-9]*)\.([0-9]*)\.([0-9]*)\.([0-9]*)""\)", DateTime.Now.ToString("1.3.yyMM.dHH") + "\")");
|
outline = Regex.Replace(line, @"([0-9]*)\.([0-9]*)\.([0-9]*)\.([0-9]*)""\)", DateTime.Now.ToString("1.4.yyMM.dHH") + "\")");
|
||||||
// if (outline != line)
|
// if (outline != line)
|
||||||
// {
|
// {
|
||||||
// Console.WriteLine("Before: '{0}'", line);
|
// Console.WriteLine("Before: '{0}'", line);
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user