Top "Versioning" questions

Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software.

Publish Version vs Assembly (etc) Versions

I've read threads here about the Assembly, File and Assembly Informational versions. I'd like to know where the Publish version …

.net wpf versioning publish
Loading multiple shared libraries with different versions

I have an executable on Linux that loads libfoo.so.1 (that's a SONAME) as one of its dependencies (via another …

linux gcc versioning shared-libraries dynamic-linking
WCF - contracts versioning (by example)

This should be easy for someone familiar with the best practices of versioning service/data contracts. I want to make …

wcf versioning servicecontract datacontracts