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
/
HockeySDKFeedbackOnly.nuspec
31 lines (27 loc) · 1.79 KB
/
HockeySDKFeedbackOnly.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
<?xml version="1.0"?>
<package>
<metadata>
<id>HockeySDK.Xamarin.FeedbackOnly</id>
<title>HockeySDK.Xamarin.FeedbackOnly</title>
<version>$version$</version>
<authors>Microsoft</authors>
<owners>microsoft,hockeyapp</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>HockeyApp Feedback for Xamarin Applications. Collect feedback from your users from within your app and communicate directly with them using the HockeyApp backend.</summary>
<description>Collect feedback from your users from within your app and communicate directly with them using the HockeyApp backend. This version of the SDK contains only the Feedback feature of HockeyApp.</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/feedbackonly/Release/HockeySDK.FeedbackOnly.iOSBindings.dll" target="lib/Xamarin.iOS10/HockeySDK.FeedbackOnly.iOSBindings.dll" />
</files>
</package>