Xnapshot 2.0.13

dotnet add package Xnapshot --version 2.0.13
                    
NuGet\Install-Package Xnapshot -Version 2.0.13
                    
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="Xnapshot" Version="2.0.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xnapshot" Version="2.0.13" />
                    
Directory.Packages.props
<PackageReference Include="Xnapshot" />
                    
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 Xnapshot --version 2.0.13
                    
#r "nuget: Xnapshot, 2.0.13"
                    
#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=Xnapshot&version=2.0.13
                    
Install as a Cake Addin
#tool nuget:?package=Xnapshot&version=2.0.13
                    
Install as a Cake Tool

Xnapshot enables you to use C#, together with Xamarin.UITest, to automatically take app screenshots for you. Just derive from the abstract Screenshots class, implement one method per screenshot and use your time productively while your computer takes the screenshots.

There are no supported framework assets in this 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
2.0.13 960 7/10/2019
2.0.12 667 7/10/2019
2.0.11 656 7/10/2019
2.0.10 675 7/10/2019
2.0.9 679 7/10/2019
2.0.8 718 7/10/2019
2.0.7 679 7/10/2019
1.0.35 1,253 11/1/2017
1.0.34 1,148 5/25/2017
1.0.33 1,317 5/24/2017
1.0.32 1,107 5/24/2017
1.0.31 1,151 2/10/2017
1.0.30 1,114 2/8/2017
1.0.29 1,179 2/8/2017
1.0.28 1,158 11/18/2016
1.0.27 1,131 11/18/2016
1.0.26 1,163 11/18/2016
1.0.25 1,203 6/5/2016
1.0.24 1,227 6/2/2016

Updated to work with iOS 12 and now supports up to 10 screenshots.