Skip to content

Commit

Permalink
Updated jar and info
Browse files Browse the repository at this point in the history
0.4.2 (June 24, 2014):

Fixes Estimote/Android-Fleet-Management-SDK#55: it is safe to
use library from remote process
0.4.1 (March 18, 2014)

CAN BREAK BUILD: MonitoringListener returns list of beacons the
triggered enter region event
(Estimote/Android-Fleet-Management-SDK#18)
Better messaging when BeaconManager cannot start service to scan
beacons (Estimote/Android-Fleet-Management-SDK#25)
Fixed bug in SDK when other beacons are around
(Estimote/Android-Fleet-Management-SDK#27)
  • Loading branch information
jamesmontemagno committed Aug 7, 2014
1 parent 97c8904 commit 5be363d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion component/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "rake/clean"
CLEAN.include "*.xam"
CLEAN.include "xamarin-component"

COMPONENT = "estimotesdk-1.0"
COMPONENT = "estimotesdk-1.0.4.2”
file "xamarin-component/xamarin-component.exe" do
puts "* Downloading xamarin-component..."
Expand Down
Binary file not shown.
5 changes: 3 additions & 2 deletions src/Estimotes.Binding.Droid/Estimotes.Droid.Binding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>12.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C2098D47-D08C-487C-95D3-5853B678AEB2}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{10368E6C-D01B-4462-8E8B-01FC667A7035};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -54,6 +52,9 @@
<TransformFile Include="Transforms\Metadata.xml" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Xamarin.Android.Bindings.targets" />
<ItemGroup>
<Folder Include="Jars\" />
</ItemGroup>
<ItemGroup>
<EmbeddedJar Include="Jars\estimote-sdk-preview.jar" />
</ItemGroup>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Estimotes.Binding.Droid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.4.2")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
//[assembly: AssemblyDelaySign(false)]
Expand Down

0 comments on commit 5be363d

Please sign in to comment.