【发布时间】:2011-02-18 01:18:09
【问题描述】:
运行命令时
Get-Package -Remote StructureMap-MVC3
在 NuGet 的包管理器控制台中,它返回以下内容以及被截断的包的描述。
Id Version Description
-- ------- -----------
StructureMap-MVC3 1.0.1 Adds the latest version of structuremap and configures it as the default Depende...
StructureMap-MVC3 1.0.2 Adds the latest version of structuremap and configures it as the default Depende...
有没有办法从控制台查询包的完整描述?
【问题讨论】:
-
您现在应该使用
Find-Package {package name}命令,因为Get-Package -Remote已被弃用并将被删除。
标签: nuget nuget-package