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 588bdfa
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion FastAndroidCamera/FastAndroidCamera.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<AssemblyName>FastAndroidCamera</AssemblyName>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<ReleaseVersion>0.3.0-beta</ReleaseVersion>
<ReleaseVersion>0.3.5-beta</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Rb.Forms.Barcode.Droid/Rb.Forms.Barcode.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<AssemblyName>Rb.Forms.Barcode.Droid</AssemblyName>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<ReleaseVersion>0.3.0-beta</ReleaseVersion>
<ReleaseVersion>0.3.5-beta</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Rb.Forms.Barcode.Pcl/Rb.Forms.Barcode.Pcl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyName>Rb.Forms.Barcode.Pcl</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<ReleaseVersion>0.3.0-beta</ReleaseVersion>
<ReleaseVersion>0.3.5-beta</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
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
2 changes: 1 addition & 1 deletion Rb.Forms.Barcode.sln
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ Global
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.3.0-beta
version = 0.3.5-beta
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion Sample/Sample.Droid/Sample.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<AssemblyName>Sample.Droid</AssemblyName>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<ReleaseVersion>0.3.0-beta</ReleaseVersion>
<ReleaseVersion>0.3.5-beta</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Sample/Sample.Pcl/Sample.Pcl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyName>Sample.Pcl</AssemblyName>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>0.3.0-beta</ReleaseVersion>
<ReleaseVersion>0.3.5-beta</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 588bdfa

Please sign in to comment.