Skip to main content
The 2024 Developer Survey results are live! See the results

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.

versioning
0 votes
0 answers
13 views

How to package and maintain helm charts for both open and closed beta?

I manage some Kubernetes CRDs and package them in Helm Charts for managing the different versions. Currently we only have one Helm Chart version that we deploy to production which is v1.0.0 and any ...
joe b.'s user avatar
  • 151
0 votes
0 answers
29 views

How can I create, update separate changelog.md for multiple .csproj projects in a single repository?

There is 1 shared repository (contains .git), pp_shared_lib, which has several projects added to it. It is not possible to separate projects into repositories separate from pp_shared_lib. What are the ...
Ксения Юдина's user avatar
0 votes
0 answers
9 views

YamlDotNet - how to handle versioning after object update?

I'm using YamlDotNet in my projects for quite a while, though I could use your help with the following issue I'm facing as one of the projects is evolving. Imagine I'm serialising the following ...
Mike's user avatar
  • 1,300
1 vote
1 answer
40 views

Should Nuget package versions match the .NET TargetFramework?

I've long assumed that when you upgrade the Target Framework of a .NET project, that all of the related System.* and Microsoft.* Nuget package references should also be updated to match, but Nuget ...
K0D4's user avatar
  • 2,553
0 votes
1 answer
28 views

For an ASP.NET WEB FORMS web application, check if the web server has the latest version for any specific aspx/ascx pages on any redundant web server

Our team works in a project where the customer manually deploys (copy/paste) the updated release we provide (ascx, aspx, dll, etc.) for the ASP.NET WEB FORMS web application we are developing. ...
Roger's user avatar
  • 342
0 votes
0 answers
56 views

NestJS versioning on sub-paths

I want to create a NestJS api that has paths like /service-one/v1/* and /service-two/v1/* where the URI versioning should be after the service name. The versions from /service-one and /service-two ...
Bennet's user avatar
  • 75
0 votes
0 answers
11 views

Where to store versions of a project in Gitlab

Currently working on a gitlab pipeline project. The project itself will build artefacts and can't be done from gitlab. The orchestration however of the artefacts I can handle. I can't use the out of ...
Dirk's user avatar
  • 121
0 votes
0 answers
18 views

How to define versioning strategy of software product including several modules with its own version?

Our software team has released software product several customers(B2B) continuously. Software product includes several children modules(8EA) like below. S/W Product: 0.0.0.0 ㄴ Module A: 0.0.0.0 ㄴ ...
Younghun Jung's user avatar
-1 votes
0 answers
11 views

How many codelines can be defined in this system?

I have a question about codelines and baselines as I'm struggling to understand everything. I just want to know how many possible codelines exists for this system and what are they? system version ...
Benjamin Peljto's user avatar
0 votes
0 answers
20 views

How to handle SPA application reload to fetch current deployed version over firebase in react.js?

I am facing a problem where my application needs to do a hard refresh in order to reflect new changes after deploying latest version. Went through multiple ways in order to solve this such as service ...
Satvinder pal singh's user avatar
0 votes
1 answer
69 views

Semantic Versioning - pre release

I have latest release version ex. v1.6.0 (master) then I create new prerelease and it automatically creates pre release + tag v1.6.0-develop.1 (develop branch) the problem is that in github releases ...
Thomas's user avatar
  • 533
1 vote
2 answers
85 views

Azure DevOps automatic versioning when it comes to feature branches

This is the way I'm doing my versioning right now variables: major: '1' minor: '1' revision: $[counter(variables['minor'], 1)] # This will get reset every time minor gets bumped. ${{ if eq( ...
Luis Angel Urena Lopez's user avatar
0 votes
1 answer
18 views

How to keep history of data for displaying on dashboard based on selected range of date

im building an dashboard and trying to figure out on how to go about storing and displaying historical data. I read about the audit table being in place to track change. But how do we go about display ...
Micky Singh's user avatar
0 votes
0 answers
32 views

Git error message There is no -F option ("less --help" for help)

git version 2.45.0.windows.1 Windows 10 Enterprise I have recently experienced a weird behaviour with my git installation. Suddenly i got git not recognised as external or internal command when keying ...
secuaz's user avatar
  • 469
0 votes
2 answers
40 views

GIT-Extensions: how to set "origin" branch on a previous value?

I have a "dev" branch, local as well as remote (origin), and I would like to set the remote branch on a previous commit: Current situation (GIT-extensions screenshot): I would like the &...
Dominique's user avatar
  • 17.2k

15 30 50 per page
1
2 3 4 5
211