question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Preserve PATCH version in the version.json as an MSBuild property

See original GitHub issue

The 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:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
AArnottcommented, May 14, 2017

I’m working on a more comprehensive feature to support this than what is currently in #119

0reactions
AArnottcommented, May 28, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found