This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
HockeySDK.nuspec
33 lines (29 loc) · 1.56 KB
/
HockeySDK.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
<?xml version="1.0"?>
<package>
<metadata>
<id>HockeySDK.Xamarin</id>
<title>HockeySDK.Xamarin</title>
<version>$version$</version>
<authors>Microsoft</authors>
<owners>microsoft,hockeyapp</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>HockeyApp SDK for Xamarin Applications. Use HockeyApp to collect crash reports.</summary>
<description>
HockeyApp SDK for Xamarin Applications. Use HockeyApp to collect crash reports.
</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<licenseUrl>https://github.com/bitstadium/HockeySDK-Xamarin/blob/develop/LICENSE.md</licenseUrl>
<projectUrl>https://hockeyapp.net</projectUrl>
<iconUrl>https://rink.hockeyapp.net/images/icon-120.png</iconUrl>
</metadata>
<files>
<!-- Core -->
<file src="./source/HockeySDK/bin/Release/HockeySDK.dll" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/HockeySDK.dll" />
<!-- Android -->
<file src="./source/HockeySDK.Android/bin/Release/HockeySDK.dll" target="lib/MonoAndroid403/HockeySDK.dll" />
<file src="./source/HockeySDK.AndroidBindings/bin/Release/HockeySDK.AndroidBindings.dll" target="lib/MonoAndroid403/HockeySDK.AndroidBindings.dll" />
<!-- iOS -->
<file src="./source/HockeySDK.iOS/bin/Release/HockeySDK.dll" target="lib/Xamarin.iOS10/HockeySDK.dll" />
<file src="./source/HockeySDK.iOSBindings/bin/full/Release/HockeySDK.iOSBindings.dll" target="lib/Xamarin.iOS10/HockeySDK.iOSBindings.dll" />
</files>
</package>