Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
60 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
2 votes
1 answer
45 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 0.16.0 under Configuration Properties > Linker ...
Danny's user avatar
  • 814
1 vote
1 answer
76 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
33 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
2 answers
133 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
2 answers
338 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
  • 113
0 votes
1 answer
178 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 bugfix. Is it possible to get ...
wonton's user avatar
  • 8,643
0 votes
1 answer
128 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 Application.ProductVersion gave the expected ...
Steve Stover's user avatar
-1 votes
1 answer
38 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
93 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 reflect the assembly version of the released build. The nuspec unique package ...
David's user avatar
  • 1,078
0 votes
0 answers
55 views

In my .NET Web API project, I store the version number of my JavaScript file in appsettings.json like this: { "JSSettings": { "Version": "1.0.0" } } The version ...
Sandeep's user avatar
  • 21
0 votes
1 answer
432 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.6k
1 vote
1 answer
181 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 the latest encore version - v1.42.1....
Viraj Doshi's user avatar
1 vote
1 answer
76 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
1 answer
1k 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
-1 votes
1 answer
88 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
0 answers
49 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
0 votes
1 answer
37 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
  • 361
1 vote
2 answers
570 views

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
1 vote
0 answers
54 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
2 votes
1 answer
407 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
2 votes
1 answer
259 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
272 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
1 vote
1 answer
196 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
1 answer
337 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.6k

1
2 3 4 5
64