From 909eff50f9f4dc438353525aa13478749f9c0a8c Mon Sep 17 00:00:00 2001 From: Victor Perez Date: Wed, 3 Oct 2018 13:43:57 -0500 Subject: [PATCH] Added nuget spec file --- Carbon.Calendar/Carbon.Calendar.nuspec | 16 ++++++++++++++++ Carbon.Calendar/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 Carbon.Calendar/Carbon.Calendar.nuspec diff --git a/Carbon.Calendar/Carbon.Calendar.nuspec b/Carbon.Calendar/Carbon.Calendar.nuspec new file mode 100644 index 0000000..e30fe24 --- /dev/null +++ b/Carbon.Calendar/Carbon.Calendar.nuspec @@ -0,0 +1,16 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE + http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE + http://ICON_URL_HERE_OR_DELETE_THIS_LINE + false + $description$ + Copyright 2018 + + \ No newline at end of file diff --git a/Carbon.Calendar/Properties/AssemblyInfo.cs b/Carbon.Calendar/Properties/AssemblyInfo.cs index b893a49..5694f69 100644 --- a/Carbon.Calendar/Properties/AssemblyInfo.cs +++ b/Carbon.Calendar/Properties/AssemblyInfo.cs @@ -6,9 +6,9 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Carbon.Calendar")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("iCalendar library")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("GetInsured")] [assembly: AssemblyProduct("Carbon.Calendar")] [assembly: AssemblyCopyright("Copyright © 2018")] [assembly: AssemblyTrademark("")]