diff --git a/component/Rakefile b/component/Rakefile index 1b66773..0b45f2d 100644 --- a/component/Rakefile +++ b/component/Rakefile @@ -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..." diff --git a/component/samples/Estimotes.Droid/Common/EstimotesBinding.dll b/component/samples/Estimotes.Droid/Common/EstimotesBinding.dll index 73cdc6b..a26baeb 100755 Binary files a/component/samples/Estimotes.Droid/Common/EstimotesBinding.dll and b/component/samples/Estimotes.Droid/Common/EstimotesBinding.dll differ diff --git a/src/Estimotes.Binding.Droid/Estimotes.Droid.Binding.csproj b/src/Estimotes.Binding.Droid/Estimotes.Droid.Binding.csproj index 31d62c9..cfc8684 100644 --- a/src/Estimotes.Binding.Droid/Estimotes.Droid.Binding.csproj +++ b/src/Estimotes.Binding.Droid/Estimotes.Droid.Binding.csproj @@ -3,8 +3,6 @@ Debug AnyCPU - 12.0.0 - 2.0 {C2098D47-D08C-487C-95D3-5853B678AEB2} {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{10368E6C-D01B-4462-8E8B-01FC667A7035};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Library @@ -54,6 +52,9 @@ + + + diff --git a/src/Estimotes.Binding.Droid/Jars/estimote-sdk-preview.jar b/src/Estimotes.Binding.Droid/Jars/estimote-sdk-preview.jar deleted file mode 100644 index 9c530ac..0000000 Binary files a/src/Estimotes.Binding.Droid/Jars/estimote-sdk-preview.jar and /dev/null differ diff --git a/src/Estimotes.Binding.Droid/Properties/AssemblyInfo.cs b/src/Estimotes.Binding.Droid/Properties/AssemblyInfo.cs index b51dee8..06a7c4a 100644 --- a/src/Estimotes.Binding.Droid/Properties/AssemblyInfo.cs +++ b/src/Estimotes.Binding.Droid/Properties/AssemblyInfo.cs @@ -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)]