| id | The NuPkg ID (e.g. StirlingLabs.Utilities.Magic) | yes | — |
| version | Package version number | yes | — |
| title | Display title of the NuPkg, visible on nuget.org | — | — |
| description | Description of the NuPkg, indexed and visible on nuget.org | — | — |
| authors | Metadata authors of the NuPkg | — | Stirling Labs Team |
| homepage | Link to information about the project | — | — |
| readme | Readme file location | — | README.md |
| icon | Icon file location (64x64 PNG) | — | docs/SL.png |
| tags | Tags that help describe the project or make it more findable | — | — |
| license | SPDX License code (see https://spdx.org/licenses/) | — | — |
| gitUrl | The URL of the git repo for the source used to build the binaries in this package | — | — |
| gitBranch | The git branch of the source used to build the binaries in this package | — | — |
| gitCommit | The git commit of the source used to build the binaries in this package | — | — |
| fileSources | Path of files that should be included in the NuPkg including filename, in space-separated format (wildcards ok) e.g. 'file1 "file 2"'. | yes | — |
| fileTargets | If the path of the above files is not as it should be placed in the NuPkg, provide them here, in space-separated format. | — | — |
| targetFrameworks | Target frameworks for the NuPkg, in semi-colon-separated format (e.g. netstandard2.0;net6.0) | — | — |