Top "Versioning" questions

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

Best practices/guidance for maintaining assembly version numbers

I'm looking for pointers, suggestions, and even dictation on how to manage the three different assembly version numbers for a .…

.net version-control versioning .net-assembly assemblyversions
How do I switch to another subversion branch in Intellij?

What is the concept of switching branches in IntelliJ? I must be either blind or an idiot... I would assume …

java svn versioning intellij-idea branch
Can't find module cPickle using Python 3.5 and Anaconda

I am trying to use cPickle on a windows box, using Anaconda. I am using python 3.5. I am not using …

python anaconda pickle versioning
ASP.NET MVC security patch to version 3.0.0.1 breaks build

After installing the ASP.NET MVC 3 security update KB2990942 it appears the MVC version increased from 3.0.0.0 to 3.0.0.1. This causes Visual …

.net asp.net-mvc versioning assembly-references assembly-binding-redirect
Move tag one commit ahead

I have a repository with only one branch (master). I'm the only contributor to my repo. I've recently added a …

git github version versioning commit
C# Interfaces with optional methods

I understand that interfaces are contracts and any changes (even additions) break any dependent code. However, I could have sworn …

c# interface versioning
What are the best practices for versioning XML schemas?

I often have to design XML schemas for different XML-bases import routines. It is clear that XML schemas will evolve …

xml xsd versioning
Specify assembly version number as a command line argument in MSBuild

I would like to be able to specify the version number for all assemblies to be generated during a build …

msbuild versioning
Database Design for Revisions?

We have a requirement in project to store all the revisions(Change History) for the entities in the database. Currently …

sql database database-design versioning
How to detect which Bootstrap version is used from JavaScript?

I've been looking at the CSS & JavaScript from Bootstrap 3. Nothing is modularized under a common alias. For the JavaScript, …

javascript css twitter-bootstrap twitter-bootstrap-3 versioning