-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMtsk.nuspec
More file actions
38 lines (38 loc) · 2.21 KB
/
Mtsk.nuspec
File metadata and controls
38 lines (38 loc) · 2.21 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Mtsk</id>
<version>1.0.0</version>
<title>Client for the Tankerkönig MTS-K API</title>
<authors>Banane9</authors>
<owners>Banane9</owners>
<projectUrl>https://github.com/Banane9/Mtsk</projectUrl>
<iconUrl>http://banane9.github.io/favicon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Client for accessing the Tankerkönig MTS-K Api for German fuel prices.</description>
<summary>Client for accessing the Tankerkönig MTS-K Api for German fuel prices.</summary>
<releaseNotes>Full release.</releaseNotes>
<copyright>Banane9</copyright>
<tags>mts-k api rest json fuel prices germany</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="System.Net.Http" version="4.3.3" />
</dependencies>
</metadata>
<files>
<file src="Mtsk\bin\Release\Mtsk.dll" target="lib\MonoAndroid\Mtsk.dll" />
<file src="Mtsk\bin\Release\Mtsk.xml" target="lib\MonoAndroid\Mtsk.xml" />
<file src="Mtsk\bin\Release\Mtsk.dll" target="lib\MonoTouch\Mtsk.dll" />
<file src="Mtsk\bin\Release\Mtsk.xml" target="lib\MonoTouch\Mtsk.xml" />
<file src="Mtsk\bin\Release\Mtsk.dll" target="lib\net45\Mtsk.dll" />
<file src="Mtsk\bin\Release\Mtsk.xml" target="lib\net45\Mtsk.xml" />
<file src="Mtsk\bin\Release\Mtsk.dll" target="lib\netcore\Mtsk.dll" />
<file src="Mtsk\bin\Release\Mtsk.xml" target="lib\netcore\Mtsk.xml" />
<file src="Mtsk\bin\Release\Mtsk.dll" target="lib\portable-net45+wp8+win8\Mtsk.dll" />
<file src="Mtsk\bin\Release\Mtsk.xml" target="lib\portable-net45+wp8+win8\Mtsk.xml" />
<file src="Mtsk\bin\Release\Mtsk.dll" target="lib\Xamarin.iOS10\Mtsk.dll" />
<file src="Mtsk\bin\Release\Mtsk.xml" target="lib\Xamarin.iOS10\Mtsk.xml" />
<file src="Mtsk\bin\Release\Mtsk.dll" target="lib\Xamarin.Mac\Mtsk.dll" />
<file src="Mtsk\bin\Release\Mtsk.xml" target="lib\Xamarin.Mac\Mtsk.xml" />
</files>
</package>