Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea.calegari authored and andrea.calegari committed Nov 16, 2017
1 parent a042119 commit b25b1fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/android/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/bridge/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/ios/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b25b1fa

Please sign in to comment.