Compare commits
	
		
			2 Commits
		
	
	
		
			C2025-034
			...
			C2025-054_
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d2fc4c6134 | |||
| 73cad308aa | 
@@ -34,7 +34,7 @@ namespace AdjustBuildRevision
 | 
			
		||||
							if (Directory.GetCurrentDirectory().ToUpper().Contains("REFOBJ"))
 | 
			
		||||
								outline = Regex.Replace(line, @"([0-9]*)\.([0-9]*)\.([0-9]*)\.([0-9]*)""\)", DateTime.Now.ToString("2.3.yyMM.dHH") + "\")");
 | 
			
		||||
							else
 | 
			
		||||
								outline = Regex.Replace(line, @"([0-9]*)\.([0-9]*)\.([0-9]*)\.([0-9]*)""\)", DateTime.Now.ToString("2.2.yyMM.dHH") + "\")");
 | 
			
		||||
								outline = Regex.Replace(line, @"([0-9]*)\.([0-9]*)\.([0-9]*)\.([0-9]*)""\)", DateTime.Now.ToString("2.3.yyMM.dHH") + "\")");
 | 
			
		||||
					//		if (outline != line)
 | 
			
		||||
					//		{
 | 
			
		||||
					//			Console.WriteLine("Before: '{0}'", line);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user