-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathIPData.nuspec
More file actions
23 lines (23 loc) · 1.04 KB
/
IPData.nuspec
File metadata and controls
23 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>IPData</id>
<version>$version$</version>
<authors>IPData Contributors</authors>
<owners>IPData Contributors</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/ipdata/dotnet</projectUrl>
<iconUrl>https://image.ibb.co/iDQdUS/ipdatalogo.png</iconUrl>
<description>C# library to gather information for an IP using ipdata.co</description>
<releaseNotes>Release notes are at https://github.com/ipdata/dotnet/releases </releaseNotes>
<copyright>IPData Community</copyright>
<tags>ip ipdata csharp</tags>
<repository type="git" url="https://github.com/ipdata/dotnet" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Text.Json" version="4.7.2" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>