forked from hflabs/dadata-csharp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Dadata.nuspec
26 lines (26 loc) · 1006 Bytes
/
Dadata.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package >
<metadata>
<id>Dadata</id>
<title>Dadata</title>
<version>19.11.0</version>
<authors>DaData.ru</authors>
<owners>DaData.ru</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/hflabs/dadata-csharp</projectUrl>
<repository type="git" url="https://github.com/hflabs/dadata-csharp.git" />
<iconUrl>https://dadata.ru/static/i/dadata-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>DaData.ru API client for CLR languages.</description>
<summary>DaData.ru API client for CLR languages.</summary>
<releaseNotes>Supports Dadata API as of August 2019.</releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>DaData.ru API C# .NET</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="12.0.2"/>
</dependencies>
</metadata>
<files>
<file src="Dadata\bin\Release\Dadata.dll" target="lib\net40"/>
</files>
</package>