Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
Source commit: 2af04d0fc0fbeb1bd3fa7d84f4d7b013a682efb4
  • Loading branch information
martinprikryl committed Jan 1, 2020
2 parents 8bef2a3 + fe0e99c commit 04b3d64
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployment/WinSCPnet.nuspec
Expand Up @@ -18,7 +18,7 @@ The library is primarily intended for advanced automation tasks that require con
For documentation and examples of use, see project website.

The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time.</description>
<copyright>Copyright © 2012-2019 Martin Prikryl</copyright>
<copyright>Copyright © 2012-2020 Martin Prikryl</copyright>
<tags>winscp sftp ftp ftps webdav s3 scp transfer</tags>
<dependencies>
<group targetFramework=".NETStandard2.0"/>
Expand Down
2 changes: 1 addition & 1 deletion deployment/winscpsetup.iss
Expand Up @@ -7,7 +7,7 @@
#define WebForum WebRoot+"forum/"
#define WebDocumentation WebRoot+"eng/docs/"
#define WebReport "https://winscp.net/install.php"
#define Year 2019
#define Year 2020
#define EnglishLang "English"
#define SetupTypeData "SetupType"
#define InnoSetupReg "Software\Microsoft\Windows\CurrentVersion\Uninstall\" + AppId + "_is1"
Expand Down
2 changes: 1 addition & 1 deletion source/Console.cbproj
Expand Up @@ -43,7 +43,7 @@
<ProjectType>CppConsoleApplication</ProjectType>
<SanitizedProjectName>Console</SanitizedProjectName>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Console interface for WinSCP;FileVersion=5.0.1.0;InternalName=console;LegalCopyright=(c) 2000-2019 Martin Prikryl;LegalTrademarks=;OriginalFilename=winscp.com;ProductName=WinSCP;ProductVersion=5.16.5.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Console interface for WinSCP;FileVersion=5.0.1.0;InternalName=console;LegalCopyright=(c) 2000-2020 Martin Prikryl;LegalTrademarks=;OriginalFilename=winscp.com;ProductName=WinSCP;ProductVersion=5.16.5.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_MajorVer>5</VerInfo_MajorVer>
<VerInfo_MinorVer>0</VerInfo_MinorVer>
Expand Down
2 changes: 1 addition & 1 deletion source/DragExt.cbproj
Expand Up @@ -49,7 +49,7 @@
<SanitizedProjectName>DragExt</SanitizedProjectName>
<VerInfo_DLL>true</VerInfo_DLL>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Drag&amp;Drop shell extension for WinSCP ($(Platform));FileVersion=2.0.0.0;InternalName=dragext;LegalCopyright=(c) 2000-2019 Martin Prikryl;LegalTrademarks=;OriginalFilename=dragext.dll;ProductName=WinSCP;ProductVersion=5.16.5.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Drag&amp;Drop shell extension for WinSCP ($(Platform));FileVersion=2.0.0.0;InternalName=dragext;LegalCopyright=(c) 2000-2020 Martin Prikryl;LegalTrademarks=;OriginalFilename=dragext.dll;ProductName=WinSCP;ProductVersion=5.16.5.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_MajorVer>2</VerInfo_MajorVer>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/WinSCP.cbproj
Expand Up @@ -76,7 +76,7 @@
<SanitizedProjectName>WinSCP</SanitizedProjectName>
<UsingDelphiRTL>true</UsingDelphiRTL>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=WinSCP: SFTP, FTP, WebDAV, S3 and SCP client;FileVersion=5.16.5.0;InternalName=winscp;LegalCopyright=(c) 2000-2019 Martin Prikryl;LegalTrademarks=;OriginalFilename=winscp.exe;ProductName=WinSCP;ProductVersion=5.16.5.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=WinSCP: SFTP, FTP, WebDAV, S3 and SCP client;FileVersion=5.16.5.0;InternalName=winscp;LegalCopyright=(c) 2000-2020 Martin Prikryl;LegalTrademarks=;OriginalFilename=winscp.exe;ProductName=WinSCP;ProductVersion=5.16.5.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_MajorVer>5</VerInfo_MajorVer>
<VerInfo_MinorVer>16</VerInfo_MinorVer>
Expand Down
2 changes: 1 addition & 1 deletion source/resource/TextsWin1.rc
Expand Up @@ -641,7 +641,7 @@ BEGIN
SYNCHRONIZE_CHECKLIST_REVERSE, "Click to reverse"

WIN_VARIABLE_STRINGS, "WIN_VARIABLE"
WINSCP_COPYRIGHT, "Copyright © 2000-2019 Martin Prikryl"
WINSCP_COPYRIGHT, "Copyright © 2000-2020 Martin Prikryl"
HOMEPAGE_URL, "https://winscp.net/"
HISTORY_URL, "https://winscp.net/eng/docs/history"
FORUM_URL, "https://winscp.net/forum/"
Expand Down

0 comments on commit 04b3d64

Please sign in to comment.