Files
velopack/docs/using/nuget-package-metadata.md
Ken Bailey 9ccb224815 Restructured for single table of contents (docs/readme.md)
Removed numbering on file naming and separated into separate sub-directories for getting-started, using, and contributing.
2015-12-31 13:45:29 -07:00

914 B

docs / using / nuget-package-metadata.md

NuGet Package Metadata

Squirrel uses information from your app's EXE as well as the NuGet package Metadata for the setup and uninstall UI.

  • Id - name of the application (no spaces or dots). Used to name the release packages (e.g., MyApp-1.0.0-full.nupkg).
  • Title - used for the name of the application in the Windows Application Uninstaller.
  • Version - version specified in Properties\Assembly.cs. Used for naming the release package(e.g., MyApp-1.0.0-full.nupkg) as well as describing the version number in the Windows Uninstaller (see screenshot below).
  • Icon Url - url to an icon to be used for the application. Used for the shortcuts and Windows Uninstaller icons.


Return: Table of Contents