-
Notifications
You must be signed in to change notification settings - Fork 3
/
SamsungAccessorySDK.nuspec
27 lines (27 loc) · 1.4 KB
/
SamsungAccessorySDK.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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>SamsungAccessorySDK.Net</id>
<version>1.2.0</version>
<title>SamsungAccessorySDK.Net</title>
<authors>Emil Alipiev</authors>
<owners>EmilAlipiev</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/EmilAlipiev/SamsungAccessorySDK.Net</projectUrl>
<repository type="git" url="https://github.com/EmilAlipiev/SamsungAccessorySDK.Net" />
<description>SamsungAccessorySDK.net is .net implementation for Xamarin.Android projects</description>
<releaseNotes>
Accessory v2.6.5 upgrade...
SAAgentV2 now does not use JobService because of its background limitations. Instead it uses Android Service.
Please refer to Programming Guide and JavaDoc for more details. In particular, Migration Guide attached to the Programming Guide will help you switch from SAAgent to SAAgentV2.
Emulator Support is removed.
</releaseNotes>
<tags>Samsung Accessory SDK, Samsung, SaAgent, SaAgentV2, Maui, Xamarin, Tizen, Watch, wearable</tags>
<license type="expression">MIT</license>
</metadata>
<files>
<!--Android-->
<file src="SamsungAccessorySDK\bin\Release\SamsungAccessorySDKNet.dll" target="lib\MonoAndroid10" />
<file src="SamsungAccessorySDK\bin\Release\SamsungAccessorySDKNet.pdb" target="lib\MonoAndroid10" />
</files>
</package>