I have a handful of C# add-ins that I use with EPDM. When I correct bugs or make enhancements I release a new version of all the add-ins at the same time since they share a utility DLL. In the past, the EPDM admin tool always showed the build number (As defined in AssemblyInfo.cs of the Visual Studio project) next to the addin name. Recently I created a new add-in and for some reason the EPDM admin tool refuses to show the build number and instead just shows the number 1:
The version information in the DLL shows the correct value (14073) so I'm not sure why EPDM isn't picking it up for this one add-in. Has anyone else had this problem?
Jim S.
I've seen that when I overflowed Int32's max value. I can't remember why I did - probably a date + a version.
The version comes from EdmAddInInfo.mlAddinVersion - how is it getting it from AssemblyInfo?