diff --git a/src/Untappd.Net/Properties/AssemblyInfo.cs b/src/Untappd.Net/Properties/AssemblyInfo.cs index f60b30f..ec58ccd 100644 --- a/src/Untappd.Net/Properties/AssemblyInfo.cs +++ b/src/Untappd.Net/Properties/AssemblyInfo.cs @@ -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("")] diff --git a/src/Untappd.Net/Untappd.Net.nuspec b/src/Untappd.Net/Untappd.Net.nuspec new file mode 100644 index 0000000..a957d05 --- /dev/null +++ b/src/Untappd.Net/Untappd.Net.nuspec @@ -0,0 +1,17 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + https://github.com/tparnell8/Untappd.Net + https://lh5.googleusercontent.com/-OPPYklvIfLw/AAAAAAAAAAI/AAAAAAAAARs/UFcgcjeW6-E/photo.jpg?sz=48 + false + $description$ + Basic Untappd Wrapper + Copyright 2015 + Untappd + + \ No newline at end of file