Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
generate XML documentation file
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRimmer committed Sep 18, 2017
1 parent e3ff329 commit c56fcb5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ApiAi.sln
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions ApiAi/ApiAi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<DocumentationFile>bin\Release\ApiAi.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
4 changes: 2 additions & 2 deletions ApiAi/ApiAi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>ApiAi</id>
<version>1.0.1</version>
<version>1.0.2</version>
<title>$title$</title>
<authors>Nick Rimmer</authors>
<owners>Nick Rimmer</owners>
Expand All @@ -11,7 +11,7 @@
<iconUrl>https://raw.githubusercontent.com/NickRimmer/ApiAi/master/ApiAi/nuget_icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Api.ai .NET library. More information about API.AI natural language processing API on site http://api.ai/</description>
<releaseNotes>Released version 1.0</releaseNotes>
<releaseNotes>Descriptions for methods and models</releaseNotes>
<copyright>DIPTEAM 2017</copyright>
<tags>ApiAi Api.ai AI natural_language_processing</tags>
</metadata>
Expand Down
1 change: 1 addition & 0 deletions ApiAi/nuget_pack.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nuget pack ApiAi.csproj -Prop Configuration=Release;Platform=AnyCPU -build

0 comments on commit c56fcb5

Please sign in to comment.