visual studio 2012 - How to update metadata of NuGet Package using command line? -
I am using newgate.x version 2.8.2 to create a nugget package. After creating the package, open the NuGet package with Explorer and I saw that the package has some default code like icon URL text box
http: // icon_url_here_or_delete_this_line /
Follow such fools to see such data
- Open Command Line Box (cmc.exe).
- Go to the folder where NuGet.exe is present.
- Run command "nuget spec abc.dll" (abc.dll should be present in the folder)
- Once abc.dll.spec file "nuget pack abc.dll.spec "Run" Li>
- Metadata was done with creating a package with some warnings about that default code.
Now open that package, you see with Nugget Package Explorer Metadata may be accompanied by a few default codes as I mention above.
I also provided the nuget.org.
The question is, how is the command line to set this customization information to my metadata?
Note: - Please use the New Zealand Package Explorer to do this Do not give advice because I know I want to use the command line to do this.
I do not think NuGet.exe supports it. You can not copy the .nuspec file manually in Notepad Can edit, and project URL may change the metadata, such as; Or replace the string using the .second file using the parschell command.
Comments
Post a Comment