Update revision number to 1.4 for SAMG Supplemental Information

Add flag for SAMG Supplemental Information
This commit is contained in:
Kathy Ruffing 2017-05-03 13:51:54 +00:00
parent f59a8f9840
commit 419dd4712a
3 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace AdjustBuildRevision
string outline = line;
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)
// {
// Console.WriteLine("Before: '{0}'", line);

Binary file not shown.

Binary file not shown.