Adding Nuget Files
This commit is contained in:
Родитель
ea436174cf
Коммит
27c9bf313e
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>$id$</id>
|
||||
<version>$version$</version>
|
||||
<title>$title$</title>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<licenseUrl>http://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx</licenseUrl>
|
||||
<projectUrl>https://www.microsoft.com/cognitive-services/en-us/language-understanding-intelligent-service-luis</projectUrl>
|
||||
<iconUrl>https://www.luis.ai/Content/images/luis_darker_logo.png</iconUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>$description$</description>
|
||||
<releaseNotes>Initial release.</releaseNotes>
|
||||
<copyright>Copyright (c) 2015</copyright>
|
||||
<tags>Microsoft Cognitive Services LUIS</tags>
|
||||
<dependencies>
|
||||
<dependency id="Newtonsoft.Json" version="9.0.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
|
@ -0,0 +1 @@
|
|||
nuget pack LUISClientLibrary.csproj -Build -OutputDirectory bin\release -Properties Configuration=Release;Platform=AnyCPU
|
Загрузка…
Ссылка в новой задаче