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

  1. Open Command Line Box (cmc.exe).
  2. Go to the folder where NuGet.exe is present.
  3. Run command "nuget spec abc.dll" (abc.dll should be present in the folder)
  4. Once abc.dll.spec file "nuget pack abc.dll.spec "Run" Li>
  5. Metadata was done with creating a package with some warnings about that default code.
  6. 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

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -