Category "versioning"

Why are Apache HTTP server version numbers all even?

The previous Apache HTTPD version was 2.2. The current one is 2.4. The next one will be 2.6. In their documentation these versions are sometimes called 2.1/2.2,

Appropriate Method for making a bugfix to older version tags of a repo

The latest version of my project is tagged on github as 1.11.0. I need to fix a bug that affects versions 1.10.0 1.9.0 1.8.0 and 1.7.0 The master branch is tagg

Should I update my npm version or use the one node.js provides?

I have a project that uses node.js 14.16.0. Both me and my teammember use that version. I use npm 6.14.11 and my teammember uses npm 7.x.x. This results in the

Neo4j Deployments / Versioning

We have Neo4j environments set up on developers' machines, QA and Production. When doing development, we make schema changes, add nodes, add relationships, rena

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 as a MSBuild command argument like this: MSBuild.exe /p

How to get the version from the package.json in Typescript?

I have found this Q&A. I have tried to get the version from the package.json using: import { version } from './package.json'; but it results in: packag

What does M1 mean in a maven repository?

I've been using maven for a while, and I often review repositories before selected what version I want to use. I don't entirely understand what the extensions

How to make a Unity plugin support old versions of Unity?

I'm developing a plugin for Unity. Say, on my machine I have the most recent version of Unity installed (right now it's 2019.1.8). However, I also want the plug