Search code examples
.netmetadataabout-box

What information is important to include in an About dialog?


What information is important to include in an About dialog?

Definitely:

  • Name of the software
  • Version
  • Copyright notice

Usually:

  • Assemblies versions (for .NET applications)

Solution

  • Bare minimum would be version number, build date (and time), copyright, a way to get at the text of the EULA, creators (either individuals or company), and libraries used.