Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

AppMetrics/Packaging

Repository files navigation

App Metrics App Metrics Packaging

Official Site License

Latest Builds and Packages

Branch VSTS
dev BuildStatus
master BuildStatus
Package Dev Release Pre-Release Release
App.Metrics.Packaging MyGet Status NuGet Status NuGet Status

Usage

Add the following package reference to the csproj:

<PackageReference Include="App.Metrics.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/App.Metrics.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

NuGet packaging for AppMetrics packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published