When I right click on a .net exe file and go to "properties" and then "details" there is an entry named "File Version" which corresponds to the value specified in the System.Reflection.AssemblyFileVersion assembly attribute as well as an entry named "Product Version" which corresponds to the value specified in the System.Reflection.AssemblyVersion assembly attribute.
Can the same information be included in a jar (zip) file? If so, how?