| docs / using / naming.md |
|---|
In addition to the NuGet Package Metadata, there are other places that squirrel pulls naming information from. Here is the logic:
The shortcut name is selected from the first non-null item below:
[assembly: AssemblyProduct("MyApp")(fromAssemblyInfo.cs)- Squirrel NuGet Package Metadata
titleproperty. [assembly: AssemblyDescription("MyApp")(fromAssemblyInfo.cs)- Filename of the Exe (e.g., MyApp)
The local install location is determined by the id in the NuGet package metadata.
%LocalAppData%\<NuGet Package ID>
Warning: Using [dots] (i.e., "."'s) in your package id will cause issues (see issue #523).
The entry in the Windows Uninstall is determined as follows:
- Squirrel NuGet Package Metadata
titleproperty
The Squirrel --releasify command will create update packages based on the following:
<NuGet Package ID>-<NuGet Package Version>-delta.nupkg<NuGet Package ID>-<NuGet Package Version>-full.nupkg
- NuGet Package Metadata - naming from the NuGet Package Metadata perspective.
| Return: Table of Contents |
|---|
