UISleuth 1.1.1

dotnet add package UISleuth --version 1.1.1
NuGet\Install-Package UISleuth -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UISleuth" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UISleuth --version 1.1.1
#r "nuget: UISleuth, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UISleuth as a Cake Addin
#addin nuget:?package=UISleuth&version=1.1.1

// Install UISleuth as a Cake Tool
#tool nuget:?package=UISleuth&version=1.1.1

UI Sleuth is a Xamarin.Forms debugging tool. If you’ve ever made a web site, it’s similar to Microsoft’s F12 tools or Chrome Developer Tools. You can use it to efficiently track down layout issues, prototype a new design, and remotely control a device.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 7,360 5/7/2017
1.1.0 1,599 4/25/2017
1.0.0 1,223 4/18/2017

+ [Bug Fix] ViewCell views can now be manipulated.
+ [Bug Fix] Device canvas sometimes shrinks and becomes unusable.
+ [Bug Fix] Changing orientation will prevent tap gestures from working correctly.