forked from bitstadium/HockeySDK-Xamarin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HockeySDK.nuspec
27 lines (24 loc) · 1.01 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
<?xml version="1.0"?>
<package>
<metadata>
<id>HockeySDK.Xamarin</id>
<title>HockeySDK.Xamarin</title>
<version>$version$</version>
<authors>Microsoft</authors>
<owners>hockeyapp</owners>
<requireLicenseAcceptance>false</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>Copyright © Microsoft Corporation. All Rights Reserved.</copyright>
<licenseUrl>https://raw.githubusercontent.com/bitstadium/HockeySDK-Xamarin/master/LICENSE.md</licenseUrl>
<iconUrl>https://rink.hockeyapp.net/images/icon-120.png</iconUrl>
</metadata>
<files>
<!-- Android -->
<file src="./source/android/bin/Release/HockeySDK.dll" target="lib\MonoAndroid403" />
<!-- iOS -->
<file src="./source/ios/bin/full/Release/HockeySDK.dll" target="lib\Xamarin.iOS10" />
</files>
</package>