Click here to Skip to main content
15,885,365 members
Articles / Programming Languages / C#

TimeStampGenerator: Command Line Tool for Inserting the Build Time Stamp into a C# File

Rate me:
Please Sign up or sign in to vote.
3.86/5 (5 votes)
6 Apr 2021CPOL2 min read 4.5K   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 built. 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.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions