Răsfoiți Sursa

Happy New Year 2021!

(cherry picked from commit edf4721fea8bd2885ef4182263b2659eb8465eea)

Source commit: 1e501a1a9d6f5de8c7879e0609643c4a1430e2d5
Martin Prikryl 4 ani în urmă
părinte
comite
f12cc054af

+ 1 - 1
deployment/WinSCPnet.nuspec

@@ -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-2020 Martin Prikryl</copyright>
+    <copyright>Copyright © 2012-2021 Martin Prikryl</copyright>
     <tags>winscp sftp ftp ftps webdav s3 scp transfer</tags>
     <dependencies>
       <group targetFramework=".NETStandard2.0"/>

+ 1 - 1
deployment/winscpsetup.iss

@@ -7,7 +7,7 @@
 #define WebForum WebRoot+"forum/"
 #define WebDocumentation WebRoot+"eng/docs/"
 #define WebReport "https://winscp.net/install.php"
-#define Year 2020
+#define Year 2021
 #define EnglishLang "English"
 #define SetupTypeData "SetupType"
 #define InnoSetupReg "Software\Microsoft\Windows\CurrentVersion\Uninstall\" + AppId + "_is1"

+ 1 - 1
source/resource/TextsWin1.rc

@@ -641,7 +641,7 @@ BEGIN
         SYNCHRONIZE_CHECKLIST_REVERSE, "Click to reverse"
 
         WIN_VARIABLE_STRINGS, "WIN_VARIABLE"
-        WINSCP_COPYRIGHT, "Copyright © 2000-2020 Martin Prikryl"
+        WINSCP_COPYRIGHT, "Copyright © 2000-2021 Martin Prikryl"
         HOMEPAGE_URL, "https://winscp.net/"
         HISTORY_URL, "https://winscp.net/eng/docs/history"
         FORUM_URL, "https://winscp.net/forum/"