stigzler
Where does the "Version" value come from in a dll's properties in Visual Studio?
apols - was afk. But
Version
property does populate in Framework applications, as per attachment. ImageListView is a locally built and referenced assembly. Think I'll just put all this down to MS going increasingly backwards as ever before it goes forwards....50 replies
Where does the "Version" value come from in a dll's properties in Visual Studio?
OK - so stigzler.Utilities.Base.TestUI references stigzler.Winforms.Base.
The file properties screenie is for stigzler.Winforms.Base in the stigzler.Utilities.Base.TestUI\bin\Debug\net8.0-windows folder (and shows the correct Version numbers as built in the stigzler.Winforms.Base codebase).
The first screenshot is the properties panel for the reference for stigzler.Winforms.Base in stigzler.Utilities.Base.TestUI.
Reason it matters is because I'm doing a huge upgrade task with multi-layer dependencies, so would rather be able to check at a glance in VS what version of a dll it is using rather than having to go in and manually inspect each dll file.
50 replies