Version Calculator
Calculates the date and time a .NET .exe or .dll was built.
Calculates the date and time a .NET .exe or .dll was built.
Ever since the release of .NET 1.1, there has existed an AssemblyVersionAttribute. This attribute determines the version number boiled into all .NET assemblies that is (supposed to) indicate something about when the assembly was built. Whenever you create a new C# project in Visual Studio, it helpfully creates an “AssemblyInfo.cs” file (found in the project’s …