canopy.mobile 1.8.2

dotnet add package canopy.mobile --version 1.8.2
                    
NuGet\Install-Package canopy.mobile -Version 1.8.2
                    
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="canopy.mobile" Version="1.8.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="canopy.mobile" Version="1.8.2" />
                    
Directory.Packages.props
<PackageReference Include="canopy.mobile" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add canopy.mobile --version 1.8.2
                    
#r "nuget: canopy.mobile, 1.8.2"
                    
#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.
#addin nuget:?package=canopy.mobile&version=1.8.2
                    
Install as a Cake Addin
#tool nuget:?package=canopy.mobile&version=1.8.2
                    
Install as a Cake Tool

Canopy testing framework for mobile apps

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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.8.2 1,743 10/19/2017
1.8.1 1,167 9/18/2017
1.8.0 1,112 9/11/2017
1.7.4 1,194 7/18/2017
1.7.3 1,128 7/18/2017
1.7.2 1,136 7/18/2017
1.7.1 1,130 7/18/2017
1.7.0 1,143 7/17/2017
1.6.9 1,167 7/13/2017
1.6.8 1,103 7/13/2017
1.6.7 1,130 7/13/2017
1.6.6 1,124 7/13/2017
1.6.5 1,158 7/13/2017
1.6.4 1,130 7/13/2017
1.6.3 1,136 7/12/2017
1.6.2 1,116 7/12/2017
1.6.1 1,127 7/11/2017
1.6.0 1,139 6/30/2017
1.5.0 1,167 1/8/2017
1.4.0 1,201 1/6/2017
1.3.3 1,142 1/6/2017
1.3.2 1,168 1/5/2017
1.3.1.7 1,167 1/5/2017
1.3.1.6 1,158 1/5/2017
1.3.1.5 1,158 1/5/2017
1.3.1.4 1,137 1/5/2017
1.3.1.3 1,176 1/5/2017
1.3.1.2 1,157 1/5/2017
1.3.1 1,173 1/5/2017
1.3.0 1,156 1/4/2017
1.2.6 1,160 1/4/2017
1.2.5 1,153 1/4/2017
1.2.4 1,179 1/4/2017
1.2.3 1,153 1/4/2017
1.2.2 1,119 1/4/2017
1.2.1 1,238 1/4/2017
1.2.0 1,194 1/4/2017
1.1.7 1,199 1/4/2017
1.1.6 1,171 1/3/2017
1.1.5 1,210 1/3/2017
1.1.4 1,153 12/29/2016
1.1.3 1,226 12/29/2016
1.1.2 1,183 12/29/2016
1.1.1 1,129 12/29/2016
1.1.0 1,170 12/29/2016
1.0.16 1,175 12/29/2016
1.0.15 1,197 12/28/2016
1.0.13 1,165 12/22/2016
1.0.12 1,147 12/22/2016
1.0.11 1,195 12/22/2016
1.0.10 1,137 12/22/2016
1.0.9 1,124 12/22/2016
1.0.8 1,151 12/22/2016
1.0.7 1,144 12/21/2016
1.0.6 1,164 12/20/2016
1.0.4 1,173 12/19/2016
1.0.3 1,137 12/18/2016
1.0.2 1,174 12/18/2016
1.0.1 1,135 12/17/2016
1.0.0 1,244 12/17/2016

BUGFIX: Move from recursive calls in wait to a loop - https://github.com/fsprojects/Canopy.Mobile/pull/33