Upped the minor rev to 1.3 to mark the beginning of imbedded images.
This commit is contained in:
parent
e689dc2ba0
commit
c1ce6e269d
@ -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.2.yyMM.dHH") + "\")");
|
outline = Regex.Replace(line, @"([0-9]*)\.([0-9]*)\.([0-9]*)\.([0-9]*)""\)", DateTime.Now.ToString("1.3.yyMM.dHH") + "\")");
|
||||||
// if (outline != line)
|
// if (outline != line)
|
||||||
// {
|
// {
|
||||||
// Console.WriteLine("Before: '{0}'", line);
|
// Console.WriteLine("Before: '{0}'", line);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user