-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOrienteer.nuspec
49 lines (44 loc) · 3.85 KB
/
Orienteer.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Orienteer</id>
<version>1.0.0</version>
<authors>Shannon Lewis</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Navigation framework for Mobile XAML based technologies.</description>
<projectUrl>https://github.com/slewis74/Orienteer</projectUrl>
<releaseNotes>1.0.17
- Changed away from SynchronizationContext for managing dispatching property/collection change events to the UI thread, for all but Xamarin Forms. UIDispatcher.Initialize must now be called during app startup, refer to the sample apps for examples on each platform.
1.0.16
- Tile pinning for WinPhone. WinPhone app code no longer calls IPhoneApplicationFrameAdapter.DoStartup directly.
</releaseNotes>
<dependencies>
<dependency id="PresentationBus" version="2.0.14" />
<dependency id="Newtonsoft.Json" version="6.0.5" />
</dependencies>
</metadata>
<files>
<file src="Orienteer.WinStore\OrienteerResources\Controls.xaml" target="content\win8\OrienteerResources\Controls.xaml" />
<file src="Orienteer.WinStore\OrienteerResources\Converters.xaml" target="content\win8\OrienteerResources\Converters.xaml" />
<file src="Orienteer.WinStore\OrienteerResources\StandardLayout.xaml" target="content\win8\OrienteerResources\StandardLayout.xaml" />
<file src="Orienteer.WinStore\OrienteerResources\StandardStyles.xaml" target="content\win8\OrienteerResources\StandardStyles.xaml" />
<file src="Orienteer.WinStore\OrienteerResources\OrienteerResources.xaml" target="content\win8\OrienteerResources\OrienteerResources.xaml" />
<file src="Orienteer.WinStore\Host\HostView.xaml" target="content\win8\OrienteerResources\HostView.xaml" />
<file src="Orienteer.WinStore\Host\HostView.xaml.cs" target="content\win8\OrienteerResources\HostView.xaml.cs" />
<file src="Orienteer.WinStore\Bin\x86\Release\Orienteer.dll" target="lib\win8\Orienteer.dll" />
<file src="Orienteer.WinStore\Bin\x86\Release\Orienteer.Xaml.dll" target="lib\win8\Orienteer.Xaml.dll" />
<file src="Orienteer.WinStore\Bin\x86\Release\Orienteer.WinStore.dll" target="lib\win8\Orienteer.WinStore.dll" />
<file src="Orienteer.WinPhone\Bin\x86\Release\Orienteer.dll" target="lib\wp8\Orienteer.dll" />
<file src="Orienteer.WinPhone\Bin\x86\Release\Orienteer.Xaml.dll" target="lib\wp8\Orienteer.Xaml.dll" />
<file src="Orienteer.WinPhone\Bin\x86\Release\Orienteer.WinPhone.dll" target="lib\wp8\Orienteer.WinPhone.dll" />
<file src="Orienteer.iOS\Bin\iPhone\Release\Orienteer.dll" target="lib\xamarinios10\Orienteer.dll" />
<file src="Orienteer.iOS\Bin\iPhone\Release\Orienteer.iOS.dll" target="lib\xamarinios10\Orienteer.iOS.dll" />
<file src="Orienteer.Android\Bin\Release\Orienteer.dll" target="lib\MonoAndroid22\Orienteer.dll" />
<file src="Orienteer.Android\Bin\Release\Orienteer.Android.dll" target="lib\MonoAndroid22\Orienteer.Android.dll" />
<file src="Orienteer.Xaml\Bin\Release\Orienteer.dll" target="lib\portable-win+net45+wpa81+wp80+MonoAndroid22+MonoTouch10+xamarinios10\Orienteer.dll" />
<file src="Orienteer.Xaml\Bin\Release\Orienteer.Xaml.dll" target="lib\portable-win+net45+wpa81+wp80+MonoAndroid22+MonoTouch10+xamarinios10\Orienteer.Xaml.dll" />
<file src="Orienteer.Universal\Bin\x86\Release\Orienteer.dll" target="lib\uap10.0\Orienteer.dll" />
<file src="Orienteer.Universal\Bin\x86\Release\Orienteer.Xaml.dll" target="lib\uap10.0\Orienteer.Xaml.dll" />
<file src="Orienteer.Universal\Bin\x86\Release\Orienteer.Universal.dll" target="lib\uap10.0\Orienteer.Universal.dll" />
</files>
</package>