

Optional repository commit or changeset to indicate which source the package was built against. RepositoryUrl must also be specified for this property to be included. Repository URL used to clone or retrieve source code. You need to explicitly pack the referenced readme file.Ī semicolon-delimited list of tags that designates the package. However, for the best downlevel experience, you should specify PackageIconUrl in addition to PackageIcon. PackageIconUrl is deprecated in favor of PackageIcon. For more information, see Packing an icon image file and icon metadata. You need to explicitly pack the referenced icon image file. Use PackageLicenseExpression or PackageLicenseFile instead.Ī path to an image in the package to use as a package icon.
UPGRADE MY REBA TO XLOC LOCK OUT LICENSE
See Packing a license expression or a license file. You need to explicitly pack the referenced license file. Path to a license file within the package if you're using a custom license or a license that hasn't been assigned an SPDX identifier. If PackageDescription is not specified, then this property is also used as the description of the package.Ī Boolean value that specifies whether the client must prompt the consumer to accept the package license before installing the package.Ĭorresponds to. These are displayed in the NuGet Gallery on and are used to cross-reference packages by the same authors.Ī human-friendly title of the package, typically used in UI displays as on and the Package Manager in Visual Studio.Ī long description for the assembly. Setting PackageVersion overwrites VersionSuffixĪ semicolon-separated list of packages authors, matching the profile names on. Setting PackageVersion overwrites VersionPrefix Similarly, you can write an MSBuild task, write your own target and consume NuGet properties in the MSBuild task.

You can do that by adding the following in your project file:

For example, let's say you want to copy your package to a network share after packing it. (For NuGet 3.x and earlier, you use the pack and restore commands through the NuGet CLI instead.) Target build orderīecause pack and restore are MSBuild targets, you can access them to enhance your workflow. For instructions creating a NuGet package using MSBuild, see Create a NuGet package using MSBuild. These targets allow you to work with NuGet as you would with any other MSBuild task or target. With MSBuild 15.1+, NuGet is also a first-class MSBuild citizen with the pack and restore targets as described below.
UPGRADE MY REBA TO XLOC LOCK OUT MANUALS
