|
@@ -3,17 +3,17 @@
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
|
|
<metadata>
|
|
|
<id>sftpgo</id>
|
|
|
- <version>2.5.6</version>
|
|
|
+ <version>2.6.2</version>
|
|
|
<packageSourceUrl>https://github.com/drakkan/sftpgo/tree/main/pkgs/choco</packageSourceUrl>
|
|
|
<owners>asheroto</owners>
|
|
|
<title>SFTPGo</title>
|
|
|
<authors>Nicola Murino</authors>
|
|
|
<projectUrl>https://github.com/drakkan/sftpgo</projectUrl>
|
|
|
- <iconUrl>https://cdn.statically.io/gh/drakkan/sftpgo/v2.5.6/static/img/logo.png</iconUrl>
|
|
|
+ <iconUrl>https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.2/static/img/logo.png</iconUrl>
|
|
|
<licenseUrl>https://github.com/drakkan/sftpgo/blob/main/LICENSE</licenseUrl>
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
<projectSourceUrl>https://github.com/drakkan/sftpgo</projectSourceUrl>
|
|
|
- <docsUrl>https://github.com/drakkan/sftpgo/tree/v2.5.6/docs</docsUrl>
|
|
|
+ <docsUrl>https://docs.sftpgo.com/2.6/</docsUrl>
|
|
|
<bugTrackerUrl>https://github.com/drakkan/sftpgo/issues</bugTrackerUrl>
|
|
|
<tags>sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication</tags>
|
|
|
<summary>Full-featured and highly configurable file transfer server: SFTP, HTTP/S,FTP/S, WebDAV.</summary>
|
|
@@ -26,13 +26,13 @@ SFTPGo allows to create HTTP/S links to externally share files and folders secur
|
|
|
|
|
|
SFTPGo is highly customizable and extensible to suit your needs.
|
|
|
|
|
|
-You can find more info [here](https://github.com/drakkan/sftpgo).
|
|
|
+You can find more info [here](https://docs.sftpgo.com/2.6/).
|
|
|
|
|
|
### Notes
|
|
|
|
|
|
* This package installs SFTPGo as Windows Service.
|
|
|
-* After the first installation please take a look at the [Getting Started Guide](https://sftpgo.github.io/latest/initial-configuration/).</description>
|
|
|
- <releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.5.6</releaseNotes>
|
|
|
+* After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.6/initial-configuration/).</description>
|
|
|
+ <releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.6.2</releaseNotes>
|
|
|
</metadata>
|
|
|
<files>
|
|
|
<file src="**" exclude="**\*.md;**\icon.png;**\icon.jpg;**\icon.svg" />
|