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.

dotnet version <FULLVERSION>

See original GitHub issue

I would love to be able to call

$ dotnet version <full_version_number>

To update the version number as a whole in the project.json file.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Mpdreamzcommented, Aug 4, 2016
  1. Yeah, it’s very useful to be able to set that from command line during the release pipeline. See e.g: https://docs.npmjs.com/cli/version
  2. I knoe project.json goes away but the dotnet tooling does not, the command would also be relevant to set Assembly versions before e.g a dotnet pack. --version-suffix does not cut it for major/minor releases.
0reactions
simonechcommented, Nov 17, 2016

I wrote a small tool: https://github.com/simonech/dotnet-prop/ it is dotnet prop add --version <version_num>

Read more comments on GitHub >

github_iconTop Results From Across the Web

Download .NET Framework | Free official downloads
Downloads for building and running applications with .NET Framework. Get web installer, offline installer, and language pack downloads for .NET Framework.
Read more >
Find Dot NET Version using PowerShell
Full version indicates the latest installed Dot NET framework version. There is another way to check the .NET Framework version using PowerShell ...
Read more >
How to find what Microsoft .NET version is installed?
NET Framework 4.5 or later installed. Find the .net version 2) Using Windows Powershell command-. From the Start menu, choose Run, enter Windows ......
Read more >
How to Check .NET Framework Version Installed on ...
Install Path — the directory where this .Net version is installed;; Release — .NET release number;; Version — the full version number of...
Read more >
c# - .NET core PublishSingleFile omiting version info
Is there any way to get a single file exe with full version information from dotnet publish ? c# · windows · visual-studio...
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