Skip to content

Instantly share code, notes, and snippets.

@adamdriscoll
Last active March 10, 2017 18:40
Show Gist options
  • Save adamdriscoll/a141ee304f3e98fbd3034c75f245893e to your computer and use it in GitHub Desktop.
Save adamdriscoll/a141ee304f3e98fbd3034c75f245893e to your computer and use it in GitHub Desktop.
NuGet Pacakge for my .NET Assemblies
<?xml version="1.0"?>
<package>
<metadata>
<id>MyProject</id>
<version>1.0</version>
<title>$title$</title>
<authors>Adam Driscoll</authors>
<owners>ARD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NuGet Package for my .NET Assemblies</description>
<releaseNotes>None</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Tag1 Tag2</tags>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment