Top "Versioning" questions

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

How should I update the version inside my pom.xml when releasing using git flow?

In maven projects the version of a project is contained in the <version> attritbute of the pom.xml …

git maven versioning git-flow
Version number of a dll in .NET

Given the following: string file = @"c:\somepath\somefile.dll"; How can I find the file and product version numbers of …

c# .net dll versioning
What's the difference between a dll's FileVersion and ProductVersion?

What's the difference between a dll's FileVersion and ProductVersion? Specifically at runtime, is one used for strong binding, and the …

.net versioning
Database - Data Versioning

I've read a few questions on SO (such as this one) in regards to versioning your data within a database. …

database database-design versioning
How do I get the ClickOnce Publish version to match the AssemblyInfo.cs File version?

Every time I publish the application in ClickOnce I get get it to update the revision number by one. Is …

visual-studio clickonce versioning
What versions of Swift are supported by what versions of Xcode?

I develop apps in Swift for a living. I enjoy the language and follow it as closely as I can. …

swift xcode versioning choice
Best practices for assembly naming and versioning?

I am looking out for some good practices on naming assemblies and versioning them. How often do you increment the …

c# .net assemblies versioning
How can one programmatically find the current Oracle patch set?

In Identifying Your Oracle Database Software Release Oracle states that you can find your "platform-specific release number" (patch set) by …

sql oracle versioning data-dictionary
Best Versioning Tools to use for Photoshop/Illustrator and related binary files?

I previously asked about Version Cue 3 vs Subversion. I think this is a better question and someone suggested http://www.…

versioning photoshop
Cannot get assembly version for footer

I'm using the automatic build versioning mentioned in this question (not the selected answer but the answer that uses the […

asp.net-mvc visual-studio-2010 asp.net-mvc-2 versioning