diff --git a/BotMessageRouting/BotMessageRouting.nuspec b/BotMessageRouting/BotMessageRouting.nuspec new file mode 100644 index 0000000..31c78e3 --- /dev/null +++ b/BotMessageRouting/BotMessageRouting.nuspec @@ -0,0 +1,18 @@ + + + + Underscore.Bot.MessageRouting + 0.9.0.0 + Bot Message Routing component + See README on project website + Tomi Paananen + https://github.com/tompaana/bot-message-routing/blob/master/LICENSE + https://github.com/tompaana/bot-message-routing + + false + Message routing component for chatbots built with Microsoft Bot Framework C# SDK + This is the first release. + Copyright 2017 Microsoft + chatbot chatbots bot bots messaging message routing + + \ No newline at end of file diff --git a/BotMessageRouting/Properties/AssemblyInfo.cs b/BotMessageRouting/Properties/AssemblyInfo.cs index 1fe81e1..3077962 100644 --- a/BotMessageRouting/Properties/AssemblyInfo.cs +++ b/BotMessageRouting/Properties/AssemblyInfo.cs @@ -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("")] @@ -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")]