File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- version : 0.2.8 .{build}
1+ version : 0.2.9 .{build}
22image : Visual Studio 2017
33
44
55environment :
66 matrix :
7- - PlatformToolset : v140_xp
87 - PlatformToolset : v141_xp
8+ - PlatformToolset : v140_xp
99
1010platform :
1111 - x64
@@ -42,14 +42,14 @@ after_build:
4242 Push-AppveyorArtifact "vs7project\$env:CONFIGURATION\NppExport.dll" -FileName NppExport.dll
4343 }
4444
45- if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:CONFIGURATION -eq "Release" -and $env:PLATFORMTOOLSET -eq "v140_xp ") {
45+ if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:CONFIGURATION -eq "Release" -and $env:PLATFORMTOOLSET -eq "v141_xp ") {
4646 if($env:PLATFORM_INPUT -eq "x64"){
47- $ZipFileName = "NppExport_$($env:APPVEYOR_REPO_TAG_NAME)_x64.zip"
48- 7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\vs7project\$env:PLATFORM_INPUT\$env:CONFIGURATION\*.dll"
47+ $ZipFileName = "NppExport_$($env:APPVEYOR_REPO_TAG_NAME)_x64.zip"
48+ 7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\vs7project\$env:PLATFORM_INPUT\$env:CONFIGURATION\*.dll"
4949 }
5050 if($env:PLATFORM_INPUT -eq "Win32"){
51- $ZipFileName = "NppExport_$($env:APPVEYOR_REPO_TAG_NAME)_x86.zip"
52- 7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\vs7project\$env:CONFIGURATION\*.dll"
51+ $ZipFileName = "NppExport_$($env:APPVEYOR_REPO_TAG_NAME)_x86.zip"
52+ 7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\vs7project\$env:CONFIGURATION\*.dll"
5353 }
5454 }
5555
@@ -67,6 +67,6 @@ deploy:
6767 force_update : true
6868 on :
6969 appveyor_repo_tag : true
70- PlatformToolset : v140_xp
70+ PlatformToolset : v141_xp
7171 configuration : Release
7272
Original file line number Diff line number Diff line change 5353//
5454
5555VS_VERSION_INFO VERSIONINFO
56- FILEVERSION 0,2,8 ,0
57- PRODUCTVERSION 0,2,8 ,0
56+ FILEVERSION 0,2,9 ,0
57+ PRODUCTVERSION 0,2,9 ,0
5858 FILEFLAGSMASK 0x17L
5959#ifdef _DEBUG
6060 FILEFLAGS 0x1L
@@ -71,15 +71,15 @@ BEGIN
7171 BEGIN
7272 VALUE "FileDescription", "Export Plugin for Notepad++, a free (GNU) source code editor"
7373#ifdef UNICODE
74- VALUE "FileVersion", "0.2.8 Unicode"
74+ VALUE "FileVersion", "0.2.9 Unicode"
7575#else
76- VALUE "FileVersion", "0.2.8 ANSI"
76+ VALUE "FileVersion", "0.2.9 ANSI"
7777#endif
7878 VALUE "InternalName", "Exporter"
79- VALUE "LegalCopyright", "Copyright (C) 2007 "
79+ VALUE "LegalCopyright", "Copyright (C) 2019 "
8080 VALUE "OriginalFilename", "NppExport.dll"
8181 VALUE "ProductName", "NppExport"
82- VALUE "ProductVersion", "0.2.8 "
82+ VALUE "ProductVersion", "0.2.9 "
8383 END
8484 END
8585 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments