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

Commit

Permalink
Prepare for 0.3.5-beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ota Mares committed Apr 27, 2015
1 parent a09f402 commit e59eeba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Rb.Forms.Barcode.Droid/Rb.Forms.Barcode.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<ConsolePause>false</ConsolePause>
<LangVersion>5</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
Expand All @@ -34,6 +35,7 @@
<WarningLevel>4</WarningLevel>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<ConsolePause>false</ConsolePause>
<LangVersion>5</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
2 changes: 2 additions & 0 deletions Rb.Forms.Barcode.Pcl/Rb.Forms.Barcode.Pcl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<LangVersion>5</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<LangVersion>5</LangVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
9 changes: 6 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.3.4-beta</version>
<version>0.3.5-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,8 +14,11 @@ 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.3.4-beta:
* Fixed> Surface changed does not start preview anymore.
<releaseNotes>0.3.5-beta:
* Fixed: Prevent dispose if object is null.

0.3.4-beta:
* Fixed: Surface changed does not start preview anymore.
* Improved: Dispose all buffers.
* Improved: Update to Xamarin.Forms to 1.4.2.6355 version.

Expand Down

0 comments on commit e59eeba

Please sign in to comment.