Skip to main content

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
6 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
29 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
-1 votes
0 answers
40 views

How to include version information in a C++ project? [closed]

I wrote a C++ static library, and I want to add version information for it in a designated header. I'm working with C++14. I'm contemplating on multiple approaches: Adding it as macros: #pragma once ...
lielb's user avatar
  • 1
0 votes
1 answer
26 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
55 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
10 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
17 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
19 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
55 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
78 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
17 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
2 votes
1 answer
70 views

How to get my application to update when a new version is detected within my repository on github?

Background For my job, I have made a windows .exe which is a python pyqt5 application that my analysts can use for their work. What I am trying to do is set up a workflow with the help of git that ...
LeeKLikesToCode's user avatar

15 30 50 per page
1
2 3 4 5
211