This package is used by the team at Particular Software to enforce consistency and best practices when creating NuGet packages.
Note: This package only works with SDK-style projects.
Add the following package reference to your csproj:
<PackageReference Include="Particular.Packaging" Version="{package version}" PrivateAssets="All" />
The package description defaults to the package ID, so add the following to provide a real description:
<PropertyGroup>
<Description>{The package's description}</Description>
</PropertyGroup>
Remove all references to
- NuGetPackager
- GitVersionTask
- SourceLink
Tagged versions are automatically pushed to feedz.io.