-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathXnapshot.nuspec
More file actions
27 lines (27 loc) · 1.4 KB
/
Copy pathXnapshot.nuspec
File metadata and controls
27 lines (27 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xnapshot</id>
<version>$version$</version>
<title>Xnapshot</title>
<authors>Runar Ovesen Hjerpbakk</authors>
<owners>Runar Ovesen Hjerpbakk</owners>
<licenseUrl>https://github.com/Sankra/Xnapshot/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Sankra/Xnapshot</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.</description>
<releaseNotes>Updated to work with iOS 12 and now supports up to 10 screenshots.</releaseNotes>
<copyright>© 2016-2019 Runar Ovesen Hjerpbakk</copyright>
<tags>Screenshots iOS Xamarin macOS dotnet</tags>
<dependencies>
<dependency id="Xamarin.UITest" version="3.0.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Xml" />
</frameworkAssemblies>
</metadata>
<files>
<file src="Xnapshot\Screenshots.cs" target="content\App_Packages\Xnapshot.$version$\Screenshots.cs" />
</files>
</package>