Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jul 18, 2015
1 parent a362d7e commit 8a5091e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 31 deletions.
1 change: 0 additions & 1 deletion Estimotes.Droid/BeaconManagerImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ protected virtual Beacon FromNative(EstimoteSdk.Region region, EstimoteSdk.Beaco
var prox = this.FromNative(Utils.ComputeProximity(native));
var beacon = new Beacon(
native.ProximityUUID,
region.Identifier,
prox,
(ushort)native.Major,
(ushort)native.Minor
Expand Down
31 changes: 15 additions & 16 deletions Samples/Samples.Droid/Resources/Resource.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions Samples/Samples/Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@
<Reference Include="Acr.XamForms">
<HintPath>..\..\packages\Acr.XamForms.2.2.0\lib\portable-win+net45+wp8+win8+wpa81\Acr.XamForms.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Core, Version=2.2.5">
<HintPath>..\..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Interfaces, Version=2.2.5">
<HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Linq, Version=2.2.5">
<HintPath>..\..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.PlatformServices, Version=2.2.5">
<HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="Acr.UserDialogs">
<HintPath>..\..\packages\Acr.UserDialogs.3.4.1\lib\portable-win+net45+wp8+win8+wpa81\Acr.UserDialogs.dll</HintPath>
</Reference>
Expand Down
5 changes: 3 additions & 2 deletions nuspec/Estimotes.Xplat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
1.1.0
[android] update estimote sdk libraries
update libraries to use uuid, major, and minor in scanning
many other minor bugfixes

1.0.1
[android] fix initialization issues
Expand All @@ -23,7 +24,7 @@ update libraries to use uuid, major, and minor in scanning
Initial Release
</releaseNotes>
<dependencies>
<dependency id="" version="[4.2.5, 5)" />
<dependency id="Acr.Settings" version="[4.2.5, 5)" />
</dependencies>
</metadata>
<files>
Expand All @@ -33,8 +34,8 @@ Initial Release

<!-- android -->
<file src="..\Estimotes.Droid\bin\Release\Estimotes.dll" target="lib\MonoAndroid10\Estimotes.dll" />
<file src="..\Estimotes.Droid\bin\Release\Estimotes.Android.Binding.dll" target="lib\MonoAndroid10\Estimotes.Android.Binding.dll" />
<file src="..\Estimotes.Interface\bin\Release\Estimotes.Interface.dll" target="lib\MonoAndroid10\Estimotes.Interface.dll" />
<file src="..\Estimotes.Interface\bin\Release\Estimotes.Android.Binding.dll" target="lib\MonoAndroid10\Estimotes.Android.Binding.dll" />
<!--<file src="..\Estimotes.Droid\bin\Release\Estimotes.Xamarin.Android.dll" target="lib\MonoAndroid10\Estimotes.Xamarin.Android.dll" />-->

<!-- ios -->
Expand Down

0 comments on commit 8a5091e

Please # to comment.