From 9903c79c9dc6d137908f639eef722de504cdcc8d Mon Sep 17 00:00:00 2001 From: Brandon White Date: Fri, 6 Apr 2018 15:29:04 -0500 Subject: [PATCH] Added "auto-generate" comment tag to top of temp timestamp file to prevent StyleCop and other analyzers from failing. --- Timestamp/AddTimestamp.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Timestamp/AddTimestamp.cs b/Timestamp/AddTimestamp.cs index a356b02..117df97 100644 --- a/Timestamp/AddTimestamp.cs +++ b/Timestamp/AddTimestamp.cs @@ -43,6 +43,7 @@ public override bool Execute() void CreateTempAssemblyInfo() { var timestampAttributeUsage = string.Format(@" +// using Timestamp; [assembly: Timestamp(""{0}"")]