This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Rb.Forms.Barcode.nuspec
66 lines (58 loc) · 2.77 KB
/
Rb.Forms.Barcode.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Rb.Forms.Barcode</id>
<title>Barcode scanner plugin for Xamarin.Forms</title>
<version>0.7.1</version>
<authors>Ota Mares</authors>
<owners>reBuy reCommerce GmbH</owners>
<licenseUrl>https://github.com/rebuy-de/rb-forms-barcode/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/rebuy-de/rb-forms-barcode</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Rb.Forms.Barcode is a Xamarin.Forms view for scanning barcodes full of awesomeness and also unicorns. Please check the website for further details.</description>
<summary>Rb.Forms.Barcode is a Xamarin.Forms view for scanning barcodes.</summary>
<releaseNotes>0.7.1:
*Change: update to googleplayServices 29.0.0.1
*Change: update Xamarin.Forms to 2.3.0.107
0.6.6:
*Fix:scanner crashed under android due to autofocus error on older devices.
0.6.5:
*Fix:in which the scanner sometimes crashes when locking/unlocking the device.
0.6.3-beta:
* Change: downgrade GooglePlayServices.Vision to 26.0.0.0
0.6.2-beta:
* Fix: handle camera permissions to prevent a crash
0.6.1-beta:
* Change: replace deprecated av orientation call
0.6.0-beta:
* New: add iOS support.
* Public API should be nearly the same, only the config for iOS scanner is shorter than the Android config.
</releaseNotes>
<tags>barcode scanner scanning scan xamarin xamarin.forms googleplayservices vision gms rebuy unicorns</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="2.3.0.107" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.GooglePlayServices.Vision" version="29.0.0.1" />
</group>
</dependencies>
</metadata>
<files>
<!-- PCL -->
<file src="Rb.Forms.Barcode.Pcl/bin/Release/Rb.Forms.Barcode.Pcl.dll"
target="lib/portable-net45+wp8+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Rb.Forms.Barcode.Pcl.dll" />
<!-- Xamarin.Android -->
<file src="Rb.Forms.Barcode.Droid/bin/Release/Rb.Forms.Barcode.Pcl.dll"
target="lib/MonoAndroid10/Rb.Forms.Barcode.Pcl.dll" />
<file src="Rb.Forms.Barcode.Droid/bin/Release/Rb.Forms.Barcode.Droid.dll"
target="lib/MonoAndroid10/Rb.Forms.Barcode.Droid.dll" />
<file src="Rb.Forms.Barcode.Droid/bin/Release/CameraSourceBindings.dll"
target="lib/MonoAndroid10/CameraSourceBindings.dll" />
<!-- Xamamarin.iOS -->
<file src="Rb.Forms.Barcode.iOS/bin/Release/Rb.Forms.Barcode.iOS.dll"
target="lib/Xamarin.iOS10/Rb.Forms.Barcode.iOS.dll" />
<file src="Rb.Forms.Barcode.iOS/bin/Release/Rb.Forms.Barcode.Pcl.dll"
target="lib/Xamarin.iOS10/Rb.Forms.Barcode.Pcl.dll" />
</files>
</package>