Skip to content

Commit

Permalink
Notepad++ Plugin List Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Jan 29, 2020
1 parent b35a17c commit 531699c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.5.{build}
version: 1.1.7.{build}
image: Visual Studio 2017


Expand Down
2 changes: 1 addition & 1 deletion src/nppPluginList.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ BEGIN
VALUE "FileDescription", "Plugin List for Notepad++\0"
VALUE "FileVersion", VERSION_VALUE
VALUE "InternalName", "nppPluginList.dll\0"
VALUE "LegalCopyright", "Copyright 2018 by Don HO\0"
VALUE "LegalCopyright", "Copyright 2020 by Don HO\0"
VALUE "OriginalFilename", "nppPluginList.dll\0"
VALUE "ProductName", "Plugin List for Notepad++\0"
VALUE "ProductVersion", VERSION_VALUE
Expand Down
2 changes: 1 addition & 1 deletion src/pl.x64.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npp-pluginList",
"version": "1.1.6",
"version": "1.1.7",
"arch": "64",
"npp-plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pl.x86.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npp-pluginList",
"version": "1.1.6",
"version": "1.1.7",
"arch": "32",
"npp-plugins": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
#define PLJSON "pl.x86.json"
#endif

#define VERSION_VALUE "1.16\0"
#define VERSION_DIGITALVALUE 1, 1, 6, 0
#define VERSION_VALUE "1.17\0"
#define VERSION_DIGITALVALUE 1, 1, 7, 0

#define TEXTFILE 256
#define IDR_PLUGINLISTJSONFILE 101

2 comments on commit 531699c

@donho
Copy link
Member

@donho donho commented on 531699c Mar 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chcg
This project should be live its life alone without being influenced by Notepad++.
However currently it follows Notepad++'s release, I will take in charge of its release - that will avoid unnecessary version increasing.

@chcg
Copy link
Contributor Author

@chcg chcg commented on 531699c Mar 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donho That's fine for me. I could take charge on versioning if pluginAdmin is capable to do updates separated from the N++ release cycle.

Please sign in to comment.