include nuspec

This commit is contained in:
Tommy Parnell
2015-04-08 13:24:09 -04:00
parent e3b9eeadfc
commit 0b92a4cf30
2 changed files with 19 additions and 2 deletions

View File

@@ -6,9 +6,9 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Untappd.Net")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("C# Untappd Wrapper")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyCompany("Tommy Parnell")]
[assembly: AssemblyProduct("Untappd.Net")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2015")]
[assembly: AssemblyTrademark("")]

View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<projectUrl>https://github.com/tparnell8/Untappd.Net</projectUrl>
<iconUrl>https://lh5.googleusercontent.com/-OPPYklvIfLw/AAAAAAAAAAI/AAAAAAAAARs/UFcgcjeW6-E/photo.jpg?sz=48</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Basic Untappd Wrapper</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>Untappd</tags>
</metadata>
</package>