diff --git a/packages/App/Notepad++/App.json b/packages/App/Notepad++/App.json index 2ed605cf..fe40ec95 100644 --- a/packages/App/Notepad++/App.json +++ b/packages/App/Notepad++/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "npp.8.7.4.Installer.x64.exe", - "Version": "8.7.4", + "SetupFile": "npp.8.7.5.Installer.x64.exe", + "Version": "8.7.5", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/NotepadPP.png" }, "Information": { - "DisplayName": "Notepad++ 8.7.4 x64", + "DisplayName": "Notepad++ 8.7.5 x64", "Description": "Notepad++ is a free source code editor and Notepad replacement that supports several languages. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.", "Publisher": "Don Ho", "InformationURL": "https://notepad-plus-plus.org/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Notepad++", "FileOrFolder": "Notepad++.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "8.7.4", + "VersionValue": "8.7.5", "Check32BitOn64System": "false" } ], diff --git a/packages/App/Notepad++/Source/Install.json b/packages/App/Notepad++/Source/Install.json index 5aa71fa5..879497eb 100644 --- a/packages/App/Notepad++/Source/Install.json +++ b/packages/App/Notepad++/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "npp.8.7.4.Installer.x64.exe", - "Version": "8.7.4" + "SetupFile": "npp.8.7.5.Installer.x64.exe", + "Version": "8.7.5" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": {