Preserve PATCH version in the version.json as an MSBuild property
See original GitHub issueThe scenario is that I’d like a mechanism to construct my File Version as major.minor.patch.height
and package id’s as major.minor.patch-build.height
. This is so I can have more control over the patch version that goes out for packages/files/assemblies.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Setting the version number for .NET Core projects - CSPROJ
After reading the first answer, I wanted to make it clear that I am creating both services and NuGET packages - and I...
Read more >MSBuild reference for .NET SDK projects
Use the NetStandardImplicitPackageVersion property when you want to specify a framework version that's lower than the metapackage version. The ...
Read more >NuGet Restore build issues - project.assets.json doesn't ...
I tried to restore with "msbuild /t:Restore /p:RestorePackagesConfig=true /bl", and the packages are downloaded into the expected place: ` ...
Read more >Version vs VersionSuffix vs PackageVersion: What do they ...
The version numbers available to you break logically into two different groups. The first group, below, exist only as MSBuild properties.
Read more >Should I use global.json? - Alessio Franceschelli
You can check which version will be used by running the following command from the folder of your project (so that the global.json...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m working on a more comprehensive feature to support this than what is currently in #119
Thanks for the ping. I got most of it working a couple weeks ago and had some of the tests updated/added then got side-tracked by my day job. 😃 I’ll see if I can finish it today.