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
Filter by
Sorted by
Tagged with
0 votes
1 answer
65 views

I have a Visual Studio setup project together with a C# bootstrapper. The app usually was installed system-wide and requires admin permissions to be started. The new version uninstalls the old version ...
becky's user avatar
  • 353
0 votes
0 answers
84 views

I’m building documentation for multiple products on a single Docusaurus 3 website. Each product has its own versions, and I want users to be able to select a product first, then optionally select a ...
20ECE008 Pavithra G's user avatar
2 votes
1 answer
57 views

An open-source project I contribute to recently decided to switch to the semantic versioning scheme. However, changing the version number from 0.16 to ...
Danny's user avatar
  • 824
2 votes
1 answer
137 views

I am using Visual Studio 2022 and .NET 6, WPF. I have an application where I separated out all of my controls, styles, colors (all XAML resources) into a separate dll for sharing named Presentation....
Sergey Zabelin's user avatar
1 vote
1 answer
97 views

I want the app to record the user's voice and send it to a CSV file (Google Sheets). I have it working for user input so far. In my "pubspec.yaml" file, I've defined the record, ...
Max Butler's user avatar
0 votes
0 answers
63 views

So we have been using TFS and are converting over to gitlab. The codebase version information is stored in a version.cs ...
wolffman122's user avatar
0 votes
0 answers
35 views

I'm working on a project that maintains two active release branches: 10.0.x → for on-prem deployments 10.1.x → for cloud deployments We have an automated system that merges changes from the on-prem ...
Jainam Jain's user avatar
0 votes
0 answers
53 views

I'm creating a NuGet package in an Azure DevOps pipeline from a multi-targeted .NET library that targets .NET Standard 2.0 and .NET 4.5. The pipeline sets the version dynamically using a variable (<...
Luandersonn Airton's user avatar
0 votes
2 answers
142 views

Community! I have a table with periods (from_date and to_date columns) and associated values, and I need to retrieve the latest records. The complication is that there are multiple versions of the ...
foxbuur's user avatar
  • 169
0 votes
1 answer
48 views

I have a maven based multi-module project. Also we manage multiple parallel releases for different clients for which we obviously need long lived branches. To all these branches, we give assign unique ...
pankaj_ar's user avatar
  • 775
0 votes
2 answers
379 views

I am updating an old code and I need to set the version in the pom.xml using the version tag and then from there set different files with the version: Manifest file when building the jar I need to ...
pguzman's user avatar
  • 123
-2 votes
1 answer
92 views

This is a follow-up question to an answer of a similar question asking whether package-lock.json is redundant if we only specify exact versions in ...
M Imam Pratama's user avatar
0 votes
1 answer
206 views

I am using release please to generate releases and it's making tags like v3.2.1 However, I am finding it tedious to have to manually update the versions with every ...
wonton's user avatar
  • 8,643
1 vote
1 answer
360 views

I have a monorepo with multiple components that I would like to version separately with unpinned major and minor versions. My directory is like ...
wonton's user avatar
  • 8,643
1 vote
1 answer
187 views

A project I'm currently working on in Visual Studio 2022 was originally written for .NET 6 and I have upgraded it to .NET 8.0. Previously the result from ...
Steve Stover's user avatar
1 vote
0 answers
476 views

I have been trying to create a monorepo that controls many packages. I've set up release-please as a GitHub action with config and manifest. The config looks like: ...
user avatar
-1 votes
1 answer
39 views

Scenario 1/ writer would produce a new version of a csv file every few hours 2/ reader, in another application, would read the contents of csv file We want to ensure that reader won't be affected when ...
sattu's user avatar
  • 648
0 votes
1 answer
105 views

I have two libraries that I use in several projects. They are MCData.vA.B.C.dll and MCConfig.vA.B.C.dll. The vA.B.C values ...
David's user avatar
  • 1,078
1 vote
0 answers
46 views

In order to let Bumpversion make a commit message like this: <date>|<bumped part>|<current version>|<message> (Where the ...
fauve's user avatar
  • 321
2 votes
0 answers
329 views

I'm developing a Flutter Web project, and I’m encountering issues with cache busting after deploying new releases. Despite trying multiple solutions, older versions of files (e.g., main.dart.js) seem ...
Ahmad Bakkar's user avatar
0 votes
1 answer
494 views

I've recently upgraded to GitVersion 6.0.x (due to various other issues) and now I can't seem to get my master builds to get versioned correctly. I want the master builds to be named "-alpha"...
PMF's user avatar
  • 17.7k
0 votes
1 answer
204 views

I am trying to create an Azure pipeline build, test, and deploy of nuget packages to an Azure feed to work. I have everything working except that I want the individual projects to have their own ...
Wade Baird's user avatar
1 vote
1 answer
191 views

I am trying to create an empty app with encore.ts but when I run the command encore app create itonly gives me the Uptime Monitor template option to choose. I am on ...
Viraj Doshi's user avatar
1 vote
1 answer
2k views

Edit: My initial problem was due to the problem Flutter failed to build ios app, unsupported option -G for target. With the solution provided on the link I didn't need to downgrade de iOS SDK version. ...
Fulvio Leo's user avatar
1 vote
1 answer
80 views

While I know that the main use case of DVC comes after the "data engineering" parts, I have written something that works quite nice for me but is missing one feature. So nightly i run a ...
Itzblend's user avatar
  • 129
1 vote
2 answers
81 views

I'm facing a challenge with maintaining consistency across multiple projects that share a common library. Here's the scenario: I have a helpers library with a function anonymize_ip(ip). This function ...
Steven O's user avatar
1 vote
1 answer
2k views

I have an Azure DevOps pipeline that references two repos: The code repo, which contains my application code The config repo, which contains my environment variable config files. The idea is that I ...
Colin Smith's user avatar
0 votes
1 answer
98 views

As a PMO I need to update plannings, therefore I need to update the new version number that figures on the left legend of MS Project (for printing). In the image we see where I put the new version. ...
Fran Lannou's user avatar
-1 votes
1 answer
97 views

I am currently creating a new app in react native with Expo to replace an existing app in app- and play store. The issue im having is that the current version of the app published to play store has ...
Jaanesen's user avatar
  • 121
0 votes
1 answer
137 views

The current cPanel environment supports Node.js 14, which is not compatible with my application that requires Node.js 18+ I installed Node.js 18 using nvm on the terminal and it run without errors. ...
nahom gebrecherkos's user avatar
0 votes
0 answers
60 views

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
  • 171
5 votes
1 answer
2k views

I've long assumed that when you upgrade the Target Framework of a .NET project, that all of the related System.* and Microsoft.* ...
K0D4's user avatar
  • 2,683
0 votes
1 answer
38 views

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
  • 371
0 votes
2 answers
2k views

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
  • 545
1 vote
2 answers
610 views

This is the way I'm doing my versioning right now ...
Luis Angel Urena Lopez's user avatar
0 votes
1 answer
79 views

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
1 vote
0 answers
57 views

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
  • 479
0 votes
2 answers
189 views

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.7k
2 votes
1 answer
458 views

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
0 votes
1 answer
317 views

Here's the docker, helm, and environment setup: Docker images for both integration and release branches an umbrella helm chart for all of our microservices dev, test, and prod environments For dev, ...
Andy Truman's user avatar
2 votes
1 answer
268 views

We are getting the following error when trying to publish our package after successfully building it. /usr/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo....
Rama Rahul's user avatar
0 votes
1 answer
151 views

I'm looking for some standard way to track which version of my .net app (assembly version?) is deployed in my azure functions app. The deployment method is ZIP and the .NET in-process model is used. I'...
axk's user avatar
  • 5,484
0 votes
1 answer
301 views

For my internship, I need to find an efficient way to compare docs like you would with code versions, directly inside azure devops if possible. Converting Word to Markdown could also be a solution but ...
Fonofu's user avatar
  • 1
0 votes
0 answers
69 views

I was looking through artifact version for JAX WS RI Runtime and saw the following two versions: 4.0.0-M1 and 4.0.0 The are ...
 RichardFeynman's user avatar
1 vote
1 answer
198 views

I understand the usage of package_info_plus package and I am able to get the version number correctly. The issue here is that the Build number of our application is decided by Github Runner on release ...
Vasudev's user avatar
  • 25
1 vote
0 answers
109 views

Is there a way to show available API versions in drop down using drf_yasg without overwriting the template? I checked their docs but seems like i have to use versionized URL to see different version ...
Faizan AlHassan's user avatar
1 vote
1 answer
344 views

We switched to NPM workspaces to share source code. Works fine. We want to go further and utilize NPM workspaces to share dependencies. Like every WEB app in monorepo should be built with Next.js v14....
gavenkoa's user avatar
  • 49.8k
0 votes
0 answers
208 views

Recently I got assigned to a new project and now have to create a new version of said project. Unfortunately I don't quite understand how this works in visual studio. This is the structure in the ...
GoldNova's user avatar
  • 373
1 vote
0 answers
70 views

I am very new to hybris and there is a need to implement js and css versioning. please show some light here. I really do not know how to do it Want to do achieve like this your-project/css/styles.css?...
Arjun Singh's user avatar
4 votes
1 answer
93 views

Let's say I have the following code module A where x :: Int x = 5 module Main where import A import Lib main :: IO () main = print (x + y) and ...
Janus Troelsen's user avatar

1
2 3 4 5
64