Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 0
0 answers
42 views

I have this C# .csproj project file: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net8.0;net48</TargetFrameworks> <...
Best practices
1 vote
5 replies
144 views

We have: Main project X (Angular app) Helper package P (pure JavaScript internal package) Package P is hosted on our private npm registry and consumed by project X through package.json. Our releases ...
Best practices
0 votes
0 replies
55 views

I just discovered the new gradle version_catalogs Is it possible to create build-Variants based on libs.versions.toml ? build-Variant ANDROID5 that should be compatible with android-5 (api-21) ...
Best practices
0 votes
4 replies
70 views

Under what circumstances should one increment the artifact version — and what changes do not require that? Here are three scenarios. They could move the DB to another server. Now, there's a "fix&...
Score of 0
1 answer
81 views

I have a repository that implements automatic versioning using commitizen. Handling version bumps after merging to main is trivial, I have a simple pipeline to perform the cz bump and then push that ...
Best practices
1 vote
3 replies
126 views

I am debating whether to adopt SemVer (Major.Minor.Patch) for our internal backend API. While it is the industry standard for libraries and public APIs, I have doubts about its practicality in a ...
Score of 0
1 answer
79 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 ...
Score of 0
0 answers
123 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 ...
Score of 2
1 answer
79 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 ...
Score of 2
1 answer
186 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....
Score of 1
1 answer
132 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, ...
Score of 0
0 answers
74 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 ...
Score of 0
2 answers
157 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 ...
Score of 0
1 answer
66 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 ...
Score of 0
2 answers
501 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 ...

15 30 50 per page
1
2 3 4 5
211