-
Notifications
You must be signed in to change notification settings - Fork 35
/
Dadata.nuspec
28 lines (28 loc) · 1.11 KB
/
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
27
28
<?xml version="1.0"?>
<package>
<metadata>
<id>Dadata</id>
<title>Dadata</title>
<version>23.6.1</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" />
<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 June 2023.</releaseNotes>
<copyright>DaData.ru</copyright>
<tags>DaData.ru API C# .NET</tags>
<dependencies>
<group targetFramework=".NETStandard2.0" />
<group>
<dependency id="Newtonsoft.Json" version="12.0.2"/>
</group>
</dependencies>
</metadata>
<files>
<file src="Dadata\bin\Release\netstandard2.0\Dadata.dll" target="lib\netstandard2.0"/>
</files>
</package>