Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Update nuspec to version 0.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Ota Mares committed Mar 24, 2015
1 parent 18db09d commit 90ef0e5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Rb.Forms.Barcode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Rb.Forms.Barcode</id>
<title>Barcode scanner plugin for Xamarin.Forms</title>
<version>0.1.0-beta</version>
<version>0.2.0-beta</version>
<authors>Ota Mares</authors>
<owners>reBuy reCommerce GmbH</owners>
<licenseUrl>https://github.com/rebuy-de/rb-forms-barcode/blob/master/LICENSE</licenseUrl>
Expand All @@ -14,11 +14,15 @@ Please check the website for further details.

Beta notice: Currently only android is supported.</description>
<summary>Rb.Forms.Barcode is a Xamarin.Forms view for scanning barcodes.</summary>
<releaseNotes>0.1.0-beta: Initial release</releaseNotes>
<releaseNotes>0.2.0-beta
* New: Open camera async for faster view initialization.
* New: BarcodeDecoded, PreviewActivated, PreviewDeactivated, CameraOpened and CameraReleased events.
* New: Barcode, IsEnabled, PreviewActive, BarcodeDecoder properties.
</releaseNotes>
<tags>barcode scanner scanning scan zxing xamarin xamarin.forms rebuy unicorns</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="1.3.5.6337" />
<dependency id="Xamarin.Forms" version="1.4.0.6341" />
</group>

<group targetFramework="MonoAndroid10">
Expand Down

0 comments on commit 90ef0e5

Please sign in to comment.