include nuspec
This commit is contained in:
@@ -6,9 +6,9 @@ using System.Runtime.InteropServices;
|
|||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("Untappd.Net")]
|
[assembly: AssemblyTitle("Untappd.Net")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("C# Untappd Wrapper")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Microsoft")]
|
[assembly: AssemblyCompany("Tommy Parnell")]
|
||||||
[assembly: AssemblyProduct("Untappd.Net")]
|
[assembly: AssemblyProduct("Untappd.Net")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Microsoft 2015")]
|
[assembly: AssemblyCopyright("Copyright © Microsoft 2015")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
|
|||||||
17
src/Untappd.Net/Untappd.Net.nuspec
Normal file
17
src/Untappd.Net/Untappd.Net.nuspec
Normal 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>
|
||||||
Reference in New Issue
Block a user