Questions tagged [versioning]

Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software. Within a given version number category (major, minor), these numbers are generally assigned in increasing order and correspond to new developments in the software.

Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software. Within a given version number category (major, minor), these numbers are generally assigned in increasing order and correspond to new developments in the software.

The following are some popular versioning software used:

  1. Git
  2. Subversion (SVN)
  3. Microsoft TFS
3122 questions
1
vote
0 answers

Custom gradle plugin version resolved incorrectly

I am using gradle 7.1.1. I created a Gradle plugin and publishing it into a local nexus repository. The version of the plugin will be of the format 0.1.1-; So each build gets a new version value. In another Github repository, I am using…
Sundeep Gupta
  • 1,887
  • 3
  • 24
  • 35
1
vote
1 answer

How can i promote a pre-release build to production, and have the new version embedded, without a rebuild?

I'm having the same issue as nuget feeds and promotions, eight years later! In this case I'm talking more generically; we're using ProGet as our package manager, and have nugets, universal packages, and even some docker containers to consider in the…
Max Cascone
  • 648
  • 9
  • 25
1
vote
1 answer

Hibernate Search + Elasticsearch - version_type in requests - how to implement

In our application we use Hibernate Search + Elasticsearch together as search engine for end users. Configuration in search service (let's call it XXXsearch, written in java) looks as below: spring: profiles: elasticsearch elasticsearch: …
1
vote
1 answer

How to alert user he/she does not have the correct Nodejs engine when running my app?

I'm developing and application with Node >=14 I'd like that the application wont start or at least provide a warning message: if the nodejs engine installed on the host environment is not matching the required version. I know I can possibly achieve…
koalaok
  • 5,075
  • 11
  • 47
  • 91
1
vote
4 answers

What is a common convention for storing a project version number in a Clojure project?

Our team is working with Clojure projects that use deps.edn We are used to NPM projects where we store the version number in the package.json file. It looks like Leiningen users may have stored the version number in a project.clj file before. Is…
jkndrkn
  • 4,012
  • 4
  • 36
  • 41
1
vote
1 answer

drf-spectacular not working when versioning is used (No operations defined in spec!)

Some weeks ago I installed drf-spectacular. Everything was working properly until I enabled versioning in DRF (Django Rest Framework). I implemented AcceptHeaderVersioning and it was working correctly. But then I realized Swagger wasn't showing the…
oz19
  • 1,616
  • 1
  • 17
  • 22
1
vote
0 answers

Auto-versioning assembly ignoring code changes brought in from SVN?

I have been having this issue for a while and maybe someone in the community can assist...basically I have auto-versioning configured for my assemblies "". If I make a code change in my own working copy and…
dbstrat
  • 141
  • 1
  • 9
1
vote
1 answer

Versioning in device/server development

I am working on device applications, that we will deploy some minimum device specific code to the device, and this component will dynamically load the rest of resources (javascript, images, etc) from our backend server. That way we can upgrade the…
ycseattle
  • 3,687
  • 7
  • 36
  • 42
1
vote
0 answers

node version incompatible, but wrong version is found

I am trying to use yarn install and do get an error that engine "node" is incompatible because version ">=10.14" is required. I do have installed v16.9.1, so I dont know why the wrong version is found. Look at the…
longroad
  • 87
  • 6
1
vote
0 answers

versioning on one-to-many relation

i have a little problem with symfony versionable feature in Doctrine one-to-many relationships. i have one-to-many relationship and i want to make it versionable. here is my schemas: Article: actAs: Versionable: versionColumn: version …
Firouziam
  • 777
  • 1
  • 9
  • 31
1
vote
1 answer

How to handle multiple Nodejs requests reading, modifying and updating the same document in MongoDB at same time?

I have the following code where I am using MongoDB and Nodejs. I read data from collection, perform some arithmetic operations on the data and then update the document. My issue is that when multiple requests come at the same time it causes some…
gorgcow
  • 93
  • 8
1
vote
1 answer

Edit deterministic value in WinForms desktop application project to avoid error CS8357

In C# WinForms desktop application, according The specified version string contains wildcards, which are not compatible with determinism I've to change True to false in myproj.csproj to increment version with…
user16653829
1
vote
1 answer

Versioning in apache maven

I am currently learning to handle things like GIT and Maven. So far I understand the concepts quite well and am confident to use those two in the future. But there is one thing about Maven I don't understand and which I can't seem to find a…
thorald_
  • 35
  • 5
1
vote
1 answer

Microsoft teams app: How to maintain versioning of backend services

We have developed a app for Microsoft teams and our first version was published on the app store. We are now working on the next version. However we are not sure how we have to submit the new version for team store review without impacting the…
nagamanojv
  • 301
  • 5
  • 16
1
vote
2 answers

Versioning for Websites

I am trying to find the best solution for versioning files on a large scale of websites, network drives, etc... shared among 40+ developers. We have roughly about 22 servers that each contain about 75 DNN websites hosted by PowerDNN. Common software…
briank
  • 83
  • 11