本文介绍了从命令行获取NuGet.exe版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想使用命令行获取NuGet.exe
版本.
I'd like to get the NuGet.exe
version using the command-line.
按照在这里,但是我需要的是与命令行类似的东西,即:
I know I can get the version of NuGet running as part of Visual Studio, as per the instructions here, but what I'm after is something similar from the command-line, i.e like:
nuget --version
有什么想法吗?
推荐答案
从命令行键入nuget help
不仅会提供预期的帮助信息,还会列出当前的NuGet.exe版本.
Typing nuget help
from the command line will in addition to the expected help information also list the current NuGet.exe version.
这篇关于从命令行获取NuGet.exe版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!