-
From a source control perspective within organizations there is a strong need to version control most assets. It would be great if there was an option to have the nuspec file be generated and copied …
-
This package has a summary element in the nuspec: https://www.nuget.org/packages/LiteGuard/
![image](https://user-images.githubusercontent.com/677704/50548732-da87f580-0c49-11e9-8e58-71efd05446fe.p…
-
Hey,
I'm getting the following error when trying to build an installer...
```
[START] Electron Winstaller
electron-windows-installer:main Using Mono: 'mono' +0ms
electron-windows-installer:main …
-
### Description
FAKE throws a `BuildFailedException` when running `DotNet.publish`. An inner exception indicates that FAKE is trying to load `Microsoft.Build.Framework, Version=15.1.0.0`, which do…
-
Hi @timelf123, please make sure that you update the version numbers in the .nuspec files when you push updated versions so that I can update the NuGet packages easily.
I have done manually for this r…
-
Adding a nuspec file means dependencies can be defined between the projects making for a cleaner install for users of the libraries.
-
@anangaur commented on [Thu Oct 25 2018](https://github.com/NuGet/NuGetGallery/issues/6598)
This field adds little value and should be deprecated.
-
### What You Are Seeing?
choco sync -r builds with a template, that seems to be initially exported to C:\programdata\chocolatey\templates\newfileinstaller\file.nuspec
### What is Expected?
I would pr…
-
I think it would be pretty good to make use of the nuget feature to generate nuspec files and pack them based off a csproj. Atm I have to roll-my-own nuspec file for every output that I want. This sto…
-
``` xml
SomePackage
$version$
```
http://docs.nuget.org/docs/reference/nuspec-reference
According to the reference placeholders like $version$ and $id$ can be…