前景:在开发学习阶段希望一些重复使用代码或者算法代码积累.能够在VS中下载安装方便使用. 准备工作: 1.Nuget登录账号(可 Microsoft 账号).Nuget官网 2.Nuget.exe程序.下载地址:https://www.nuget.org/downloads,下载 windows x86 Commandline. 3.需要发布的c#类库项目. 操作步骤: 1.在VS解决方案下待发布的类库项目,Properties下AssemblyInfo.cs中设置类库的基本信息.如版本号之类.…
http://stackoverflow.com/questions/5730412/error-when-running-the-nuget-exe-command Ok, so this turned out to be a really weird error which I still don't know why it happened. But I do know the solution. What I had done was put the nuget.exe file in …