diff --git a/docs/android/setup.md b/docs/android/setup.md index 3b45241..1eb2bbe 100755 --- a/docs/android/setup.md +++ b/docs/android/setup.md @@ -2,7 +2,7 @@ **NOTE** Make sure that your are using Visual Studio 7.2+ and **target framework** 8.0 -To install NearIT for your Android component, click on “**Project>Add NuGet Packages**” and find and add the following NuGet package: +To install NearIT for your Android component, click on “**Project>Add NuGet Packages**”, make sure you have "**Show pre-release packages**" option checked, find and add the following NuGet package: ``` - Xamarin.NearIT.Android ``` diff --git a/docs/bridge/setup.md b/docs/bridge/setup.md index 1c99e78..607b691 100755 --- a/docs/bridge/setup.md +++ b/docs/bridge/setup.md @@ -2,7 +2,7 @@ This Bridge allows you to manage significant SDK's method directly in the common fragment of your project. -To install NearIT Bridge, click on “**Project>Add NuGet Packages**”, find and add the following NuGet package in your shared fragment: +To install NearIT Bridge, click on “**Project>Add NuGet Packages**”, make sure you have "**Show pre-release packages**" option checked, find and add the following NuGet package in your shared fragment: ``` - Xamarin.NearIT.PCL ``` diff --git a/docs/ios/setup.md b/docs/ios/setup.md index 0383689..080a198 100755 --- a/docs/ios/setup.md +++ b/docs/ios/setup.md @@ -2,7 +2,7 @@ **NOTE** Make sure that your are using Visual Studio 7.2+ -To install NearIT for your iOS component, click on “**Project>Add NuGet Packages**”, find and add the following NuGet package: +To install NearIT for your iOS component, click on “**Project>Add NuGet Packages**”, make sure you have "**Show pre-release packages**" option checked, find and add the following NuGet package: ``` - Xamarin.NearIT.iOS ```