Development #634
@@ -34,7 +34,7 @@ namespace AdjustBuildRevision
 | 
				
			|||||||
							if (Directory.GetCurrentDirectory().ToUpper().Contains("REFOBJ"))
 | 
												if (Directory.GetCurrentDirectory().ToUpper().Contains("REFOBJ"))
 | 
				
			||||||
								outline = Regex.Replace(line, @"([0-9]*)\.([0-9]*)\.([0-9]*)\.([0-9]*)""\)", DateTime.Now.ToString("2.4.yyMM.dHH") + "\")");
 | 
													outline = Regex.Replace(line, @"([0-9]*)\.([0-9]*)\.([0-9]*)\.([0-9]*)""\)", DateTime.Now.ToString("2.4.yyMM.dHH") + "\")");
 | 
				
			||||||
							else
 | 
												else
 | 
				
			||||||
								outline = Regex.Replace(line, @"([0-9]*)\.([0-9]*)\.([0-9]*)\.([0-9]*)""\)", DateTime.Now.ToString("2.4.yyMM.dHH") + "\")");
 | 
													outline = Regex.Replace(line, @"([0-9]*)\.([0-9]*)\.([0-9]*)\.([0-9]*)""\)", DateTime.Now.ToString("2.3.yyMM.dHH") + "\")");
 | 
				
			||||||
					//		if (outline != line)
 | 
										//		if (outline != line)
 | 
				
			||||||
					//		{
 | 
										//		{
 | 
				
			||||||
					//			Console.WriteLine("Before: '{0}'", line);
 | 
										//			Console.WriteLine("Before: '{0}'", line);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user