Skip to main content
Stack Overflow
  1. About
  2. For Teams
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 ...
0 votes
0 answers
69 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 ...
2 votes
1 answer
56 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
2 votes
1 answer
133 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....
1 vote
1 answer
93 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, ...
0 votes
0 answers
60 views

So we have been using TFS and are converting over to gitlab. The codebase version information is stored in a version.cs [assembly: AssemblyInformationalVersion("15.0.0.3 development")] If ...
0 votes
0 answers
34 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 ...
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 (...
0 votes
2 answers
139 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 ...
0 votes
1 answer
47 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 ...
0 votes
2 answers
362 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 ...
-2 votes
1 answer
91 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 package.json. The answer states that package-lock....
0 votes
1 answer
190 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 ...
1 vote
1 answer
317 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 packages/ package1/ package2/ and each package is ...
1 vote
1 answer
151 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 ...

15 30 50 per page
1
2 3 4 5
...
211

AltStyle によって変換されたページ (->オリジナル) /