Skip to content
Tom Rijnbeek edited this page May 6, 2017 · 2 revisions

Welcome to the utilities wiki!

How to make a new NuGet release.

  1. Update the AssemblyInfo.cs of the Bearded.Utilities projects to make sure it is up to date with the latest changes.
  2. Create a clean build using the Release configuration.
  3. Run nuget pack Bearded.Utilities.csproj -Prop Configuration=Release from the project folder (so in src/).
  4. Upload the created NuGet package to nuget.org
Clone this wiki locally