Skip to content

prospa-group-oss/DotnetPackaging

Repository files navigation

Prospa Engineering Prospa DotNet Packaging

Usage

Add the following package reference to you csproj:

<PackageReference Include="Prospa.Packaging" Version="*" PrivateAssets="All" />

The package description defaults to the package id, so add the following project to provide a real description:

  <PropertyGroup>
    <Description>{The package's description}</Description>
  </PropertyGroup>

How to Build

./build.ps1 -Target Local

Package will be output to /.artifacts/packages/Prospa.Packaging.{Version}.nupkg

Versioning

To version bump, edit the VersionPrefix and/or VersionSuffix in ./version.props

When on non-release branches the VersionSuffix will always be set to alpha with the build number appended.

About

Common csproj props used by Prospa Packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published