Click here to Skip to main content
15,891,423 members
Articles / Programming Languages / C#

TimeStampGenerator: Command line tool for inserting the build time stamp into a C# file.

5 Apr 2021CPOL2 min read 4.6K   83   4  
Automatic insertion of the build time stamp into a C# file.
If you have written an application you often need the time stamp when the application was builded. You can insert the time stamp manually but this is not very reliable because you might forget it. This article presents a command line tool which automates this process.
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the C# Table of Contents to view the list of available articles in this section.