Applies to: package creation ⢠Supported versions: all
Generates a .nuspec
file for a new package. If run in the same folder as a project file (.csproj
, .vbproj
, .fsproj
), spec
creates a tokenized .nuspec
file, that defaults to the MIT License. For additional information, see Creating a Package.
nuget spec [<packageID>] [options]
where <packageID>
is an optional package identifier to save in the .nuspec
file.
-AssemblyPath
Specifies the path to the assembly to use for metadata.
-Force
Overwrites any existing .nuspec
file.
-ForceEnglishOutput
(3.5+) Forces nuget.exe to run using an invariant, English-based culture.
-?|-help
Displays help information for the command.
-NonInteractive
Suppresses prompts for user input or confirmations.
-Verbosity [normal|quiet|detailed]
Specifies the amount of detail displayed in the output: normal
(the default), quiet
, or detailed
.
Also see Environment variables
Examplesnuget spec
nuget spec MyPackage
nuget spec -AssemblyPath MyAssembly.dll
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4