-
Notifications
You must be signed in to change notification settings - Fork 9
/
Yort.Ntp.Portable.nuspec
60 lines (50 loc) · 3.87 KB
/
Yort.Ntp.Portable.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0"?>
<package >
<metadata>
<id>Yort.Ntp.Portable</id>
<version>2.0.0</version>
<authors>Yortw</authors>
<owners>Troy Willmot</owners>
<licenseUrl>https://github.com/Yortw/Yort.Ntp/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/Yortw/Yort.Ntp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Yortw/Yort.Ntp/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A cross platform NTP client for retrieving the current time from internet NTP servers.</description>
<releaseNotes>Now return local system time (UTC) at the moment of reception, allowing tighter calculation of time offset between NTP server and local system.</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>ntp windowsphone winrt uwp ios android xamarin date time wp net40 net45</tags>
</metadata>
<files>
<file src="src\Yort.Ntp.Android\bin\Release\Yort*.dll" target="lib\monoandroid" />
<file src="src\Yort.Ntp.Android\bin\Release\Yort*.xml" exclude="**\*.codeanalysislog.xml" target="lib\monoandroid" />
<file src="src\Yort.Ntp.Android\bin\Release\Yort*.pdb" target="lib\monoandroid" />
<file src="src\Yort.Ntp.iOS\bin\iPhone\Release\Yort*.dll" target="lib\Xamarin.iOS10" />
<file src="src\Yort.Ntp.iOS\bin\iPhone\Release\Yort*.xml" exclude="**\*.codeanalysislog.xml" target="lib\Xamarin.iOS10" />
<file src="src\Yort.Ntp.iOS\bin\iPhone\Release\Yort*.pdb" target="lib\Xamarin.iOS10" />
<file src="src\Yort.Ntp.Net40\bin\Release\Yort*.dll" target="lib\net40" />
<file src="src\Yort.Ntp.Net40\bin\Release\Yort*.xml" exclude="**\*.codeanalysislog.xml" target="lib\net40" />
<file src="src\Yort.Ntp.Net40\bin\Release\Yort*.pdb" target="lib\net40" />
<file src="src\Yort.Ntp.Net45\bin\Release\Yort*.dll" target="lib\net45" />
<file src="src\Yort.Ntp.Net45\bin\Release\Yort*.xml" exclude="**\*.codeanalysislog.xml" target="lib\net45" />
<file src="src\Yort.Ntp.Net45\bin\Release\Yort*.pdb" target="lib\net45" />
<file src="src\Yort.Ntp.Portable\bin\Release\Yort*.dll" target="lib\portable-net45+win+wpa81+wp80" />
<file src="src\Yort.Ntp.Portable\bin\Release\Yort*.xml" exclude="**\*.codeanalysislog.xml" target="lib\portable-net45+win+wpa81+wp80" />
<file src="src\Yort.Ntp.Portable\bin\Release\Yort*.pdb" target="lib\portable-net45+win+wpa81+wp80" />
<file src="src\Yort.Ntp.Portable\bin\Release\Yort*.dll" target="lib\portable-net45+sl50+netcore45+wp8" />
<file src="src\Yort.Ntp.Portable\bin\Release\Yort*.xml" exclude="**\*.codeanalysislog.xml" target="lib\portable-net45+sl50+netcore45+wp8" />
<file src="src\Yort.Ntp.Portable\bin\Release\Yort*.pdb" target="lib\portable-net45+sl50+netcore45+wp8" />
<file src="src\Yort.Ntp.WPSL\Bin\Release\Yort*.dll" target="lib\wp81" />
<file src="src\Yort.Ntp.WPSL\Bin\Release\Yort*.xml" exclude="**\*.codeanalysislog.xml" target="lib\wp81" />
<file src="src\Yort.Ntp.WPSL\Bin\Release\Yort*.pdb" target="lib\wp81" />
<file src="src\Yort.Ntp.WinRT\bin\Release\Yort*.dll" target="lib\netcore451" />
<file src="src\Yort.Ntp.WinRT\bin\Release\Yort*.xml" exclude="**\*.codeanalysislog.xml" target="lib\netcore451" />
<file src="src\Yort.Ntp.WinRT\bin\Release\Yort*.pdb" target="lib\netcore451" />
<file src="src\Yort.Ntp.WinRT\bin\Release\Yort*.dll" target="lib\wpa81" />
<file src="src\Yort.Ntp.WinRT\bin\Release\Yort*.xml" exclude="**\*.codeanalysislog.xml" target="lib\wpa81" />
<file src="src\Yort.Ntp.WinRT\bin\Release\Yort*.pdb" target="lib\wpa81" />
<file src="src\Yort.Ntp.NetStandard13\bin\Release\Yort*.dll" target="lib\netstandard1.3" />
<file src="src\Yort.Ntp.NetStandard13\bin\Release\Yort*.xml" exclude="**\*.codeanalysislog.xml" target="lib\netstandard1.3" />
<file src="src\Yort.Ntp.NetStandard13\bin\Release\Yort*.pdb" target="lib\netstandard1.3" />
<file src="src\**\*.cs" exclude="**\obj\**\*.*" target="src" />
</files>
</package>