The same restrictions apply to the MinGit NuPkg as to the MinGit package
itself: we should put the .exe files in the same directory as their .dll
files.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The nuget.author setting will be used, if available, unless overridden
via the command-line.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Somehow the latest two changes (including the LICENSE.txt and the
ReleaseNotes.html) had some issues that slipped through this maintainer's
slightly overworked hands. In both cases, the path was incorrect.
This commit fixes both issues.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Incorporating a similar change made for the InnoSetup installer's
`release.sh` script, if the Release Notes can't be generated, then abort
creating the NuGet package.
Signed-off-by: Craig E. Shea <craig.e.shea@gmail.com>
This commit updates the NuGet release.sh script to utilize
render-release-notes.sh for rendering the Release Notes.
Signed-off-by: Craig E. Shea <craig.e.shea@gmail.com>
With the addition of `render-release-notes.sh`, ReleaseNotes.md and the
stylesheet should no longer live in a specific installer's directory. This
commit moves ReleaseNotes.md and ReleaseNotes.css to the `build-extra`
directory to live with the `render-release-notes.sh` script (which going
forward, will be the only script "consuming" ReleaseNotes.md).
All installers will call upon `render-release-notes.sh` to render the
release notes for inclusion with the particular installatiotn package.
Updates to various scripts that referenced ReleaseNotes.md and/or
ReleaseNotes.css were made to reflect the new location of these files.
Signed-off-by: Craig E. Shea <craig.e.shea@gmail.com>
We steal heavily from ourselves here...
Please note that the Install.ps1 script is only called if the NuGet
package is installed inside Visual Studio (and not if installed via
nuget.exe; this is a bug in nuget.exe as of time of writing).
Therefore, the user should still call tools\post-install.bat manually
or start tools\git-bash.exe once before doing anything else, if
nuget.exe is used to install this package.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>