This is the error I received while trying to package the project in Visual Studio 2013:
PM> NuGet Pack C:\ITVizion\RTVizion\ITVizion.RTVizion.Service\ITVizion.RTVizion.Service.nuspec -Prop Configuration=Release Attempting to build package from 'ITVizion.RTVizion.Service.nuspec'. NuGet : The replacement token 'version' has no value. At line:1 char:1 + NuGet Pack C:\ITVizion\RTVizion\ITVizion.RTVizion.Service\ITVizion.RTVizion.Serv ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (The replacement...' has no value.:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError
What happened to this?
I found a problem:
Be sure to fill out the Assembly Information project .
You can access it with the right mouse button on a project in Visual Studio Solution Explorer. Select Application tab => Assembly Information....
Solution Explorer
Application tab => Assembly Information...
, - , , , , , . , , , , .
, SomeProject.nuspec $id$, $author$ .., , SomeProject.nuspec * * , SomeProject.csproj,
$id$
$author$
nuget.exe pack SomeProject.csproj -Build
- .
, ,
nuget.exe pack -Build
, nuspec csproj, , , csproj nuspec . nupkg , , nuspec!
, - !
Source: https://habr.com/ru/post/1536485/More articles:java -verbose: the class indicates that the servlet is loaded, but static content is only initialized when the servlet is accessed - javaVim Doxygen style comments for C ++ - commentsHow to add SSL certificate to an azure website using powershell? - certificateWhat is wrong with the mutexes in this attempt to implement `std :: future` for C ++ 03? - c ++Using jqueryUi.resizeable () with AngularJs - jqueryhow to get list of node properties with cypher in neo4j - neo4jLink to Lambda reference variable by reference - c ++Get node properties using the cypher query built into Java - javaThis template requires an API version for assembly of at least 14, and the current version is 8 - androidFill in the Choicebox defined in FXML - javafxAll Articles