From c56fcb526f69db23ea3f5f1132a1288ffdee1a20 Mon Sep 17 00:00:00 2001 From: Nick Rimmer Date: Mon, 18 Sep 2017 20:46:40 +0700 Subject: [PATCH] generate XML documentation file --- ApiAi.sln | 3 ++- ApiAi/ApiAi.csproj | 1 + ApiAi/ApiAi.nuspec | 4 ++-- ApiAi/nuget_pack.bat | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 ApiAi/nuget_pack.bat diff --git a/ApiAi.sln b/ApiAi.sln index c97534c..f619f4b 100644 --- a/ApiAi.sln +++ b/ApiAi.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26730.15 +VisualStudioVersion = 15.0.26730.12 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiAi", "ApiAi\ApiAi.csproj", "{C95F5144-7D88-4EF4-A13D-FD370AB5AB36}" EndProject @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ApiAi\ApiAi.nuspec = ApiAi\ApiAi.nuspec LICENSE = LICENSE ApiAi\nuget_icon.png = ApiAi\nuget_icon.png + ApiAi\nuget_pack.bat = ApiAi\nuget_pack.bat README.md = README.md EndProjectSection EndProject diff --git a/ApiAi/ApiAi.csproj b/ApiAi/ApiAi.csproj index 2168122..d8583e9 100644 --- a/ApiAi/ApiAi.csproj +++ b/ApiAi/ApiAi.csproj @@ -30,6 +30,7 @@ prompt 4 Off + bin\Release\ApiAi.xml diff --git a/ApiAi/ApiAi.nuspec b/ApiAi/ApiAi.nuspec index 7aa756a..e8c5e49 100644 --- a/ApiAi/ApiAi.nuspec +++ b/ApiAi/ApiAi.nuspec @@ -2,7 +2,7 @@ ApiAi - 1.0.1 + 1.0.2 $title$ Nick Rimmer Nick Rimmer @@ -11,7 +11,7 @@ https://raw.githubusercontent.com/NickRimmer/ApiAi/master/ApiAi/nuget_icon.png false Api.ai .NET library. More information about API.AI natural language processing API on site http://api.ai/ - Released version 1.0 + Descriptions for methods and models DIPTEAM 2017 ApiAi Api.ai AI natural_language_processing diff --git a/ApiAi/nuget_pack.bat b/ApiAi/nuget_pack.bat new file mode 100644 index 0000000..22e6adc --- /dev/null +++ b/ApiAi/nuget_pack.bat @@ -0,0 +1 @@ +nuget pack ApiAi.csproj -Prop Configuration=Release;Platform=AnyCPU -build \ No newline at end of file