Skip to content

Commit

Permalink
Notepad++ Plugin List Release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Oct 27, 2020
1 parent 370a534 commit e15c18b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2.5.{build}
version: 1.2.6.{build}
image: Visual Studio 2017


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.2.5",
"version": "1.2.6",
"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.2.5",
"version": "1.2.6",
"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.25\0"
#define VERSION_DIGITALVALUE 1, 2, 5, 0
#define VERSION_VALUE "1.26\0"
#define VERSION_DIGITALVALUE 1, 2, 6, 0

#define TEXTFILE 256
#define IDR_PLUGINLISTJSONFILE 101

5 comments on commit e15c18b

@donho
Copy link
Member Author

@donho donho commented on e15c18b Oct 27, 2020

Choose a reason for hiding this comment

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

@chcg Build error - could you check what's wrong please?

@chcg
Copy link
Contributor

@chcg chcg commented on e15c18b Oct 27, 2020

Choose a reason for hiding this comment

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

@donho This is just caused by Grepbugs plugin, see https://ci.appveyor.com/project/donho/npppluginlist/builds/35972104/job/21gtgicc31v67m55/messages with

GrepBugs: failed to download plugin. Returned code 503

I created foospidy/GrepBugsPluginNotepadPlusPlus#3 for that. Seems this problem came up lately. Either this plugin could be removed or the link could be changed to the github release.

@donho
Copy link
Member Author

@donho donho commented on e15c18b Oct 27, 2020

Choose a reason for hiding this comment

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

@chcg Great! Thank you for your assistance and explanation !

@chcg
Copy link
Contributor

@chcg chcg commented on e15c18b Oct 29, 2020

Choose a reason for hiding this comment

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

@donho Fixed by 64c73bd

@donho
Copy link
Member Author

@donho donho commented on e15c18b Oct 29, 2020

Choose a reason for hiding this comment

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

Thank you @chcg

Please sign in to comment.