Skip to content

Commit

Permalink
Added nuspec for the Nuget package release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompaana committed Aug 18, 2017
1 parent a13df03 commit 2732291
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions BotMessageRouting/BotMessageRouting.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Underscore.Bot.MessageRouting</id>
<version>0.9.0.0</version>
<title>Bot Message Routing component</title>
<authors>See README on project website</authors>
<owners>Tomi Paananen</owners>
<licenseUrl>https://github.com/tompaana/bot-message-routing/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/tompaana/bot-message-routing</projectUrl>
<!-- <iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl> -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Message routing component for chatbots built with Microsoft Bot Framework C# SDK</description>
<releaseNotes>This is the first release.</releaseNotes>
<copyright>Copyright 2017 Microsoft</copyright>
<tags>chatbot chatbots bot bots messaging message routing</tags>
</metadata>
</package>
10 changes: 5 additions & 5 deletions BotMessageRouting/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Bot Message Routing")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Bot Message Routing component")]
[assembly: AssemblyDescription("Message routing component for chatbots built with Microsoft Bot Framework C# SDK")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("BotMessageRouting")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2017")]
[assembly: AssemblyCopyright("Copyright © 2017 Microsoft")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]

0 comments on commit 2732291

Please sign in to comment.