-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathatcli.nuspec
More file actions
24 lines (24 loc) · 1.24 KB
/
atcli.nuspec
File metadata and controls
24 lines (24 loc) · 1.24 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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>atcli</id>
<version>1.0.6</version>
<title>AlephTransfer CLI (Install)</title>
<authors>Aleph Archives</authors>
<owners>Aleph Archives</owners>
<projectUrl>https://alephtransfer.com/</projectUrl>
<iconUrl>https://alephtransfer.com/icons/atcli_logo.png</iconUrl>
<copyright>(c) 2010-2021 Aleph Archives. All rights reserved</copyright>
<licenseUrl>https://alephtransfer.com/license/atcli/LICENSE.txt</licenseUrl>
<docsUrl>https://alephtransfer.com/doc/atcli.html</docsUrl>
<bugTrackerUrl>https://github.com/alephtransfer/chocolatey-atcli/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/alephtransfer/chocolatey-atcli</projectSourceUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>mft transfer secure high speed file transfer</tags>
<summary>High-speed secure transfer service for large files and directories</summary>
<description>This will download and silently install the entire Aleph Transfer CLI.</description>
</metadata>
<files>
<file src="tools\install\**" target="tools" />
</files>
</package>