forked from BAPostma/PostcodeAPI.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPostcodeAPI.Net.nuspec
More file actions
24 lines (23 loc) · 1.32 KB
/
Copy pathPostcodeAPI.Net.nuspec
File metadata and controls
24 lines (23 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>postcodeapi.net</id>
<version>$version$</version>
<title>$title$</title>
<authors>BAPostma</authors>
<owners>$author$</owners>
<projectUrl>https://github.com/BAPostma/PostcodeAPI.Net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A .NET library for consuming the Dutch postcodeapi.nu post code database. Uses RestSharp and Newtonsoft.Json.
More information can be found on http://www.postcodeapi.nu. Access tokens can also be requested here. To contribute to the specification of this API, join the guys over at their repo: https://github.com/apiwise/postcodeapi.</description>
<summary>A .NET library for consuming the Dutch postcodeapi.nu post code database. Uses RestSharp and Newtonsoft.Json.</summary>
<releaseNotes />
<copyright>Cyrix Solutions</copyright>
<tags>postcode, postcodeapi, dutch post code, nederlandse postcode api, open data, bag, kadaster</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="8.0.2" />
<dependency id="RestSharp" version="105.2.3" />
</dependencies>
</metadata>
<files />
</package>