Skip to content

Commit 51e904b

Browse files
authored
New version: Notepad++.Notepad++ version 8.9 (#326502)
1 parent a80de57 commit 51e904b

File tree

3 files changed

+118
-0
lines changed

3 files changed

+118
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Notepad++.Notepad++
5+
PackageVersion: "8.9"
6+
ReleaseDate: 2025-12-27
7+
Installers:
8+
- Architecture: x64
9+
InstallerType: nullsoft
10+
Scope: machine
11+
InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9/npp.8.9.Installer.x64.exe
12+
InstallerSha256: 8E22725756FA567C86170D3601228BBE623B9C5B0C4846C546318EFD2AC8A6E3
13+
ExpectedReturnCodes:
14+
- InstallerReturnCode: 5
15+
ReturnResponse: packageInUse
16+
UpgradeBehavior: install
17+
ProductCode: Notepad++
18+
ElevationRequirement: elevatesSelf
19+
InstallationMetadata:
20+
DefaultInstallLocation: '%ProgramFiles(x86)%\Notepad++'
21+
- Architecture: x86
22+
InstallerType: nullsoft
23+
Scope: machine
24+
InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9/npp.8.9.Installer.exe
25+
InstallerSha256: 73C5902A9EACE229D519EC6362DBB8E39B44FFC9078584F535671BE6D368981F
26+
ExpectedReturnCodes:
27+
- InstallerReturnCode: 5
28+
ReturnResponse: packageInUse
29+
UpgradeBehavior: install
30+
ProductCode: Notepad++
31+
ElevationRequirement: elevatesSelf
32+
InstallationMetadata:
33+
DefaultInstallLocation: '%ProgramFiles(x86)%\Notepad++'
34+
- Architecture: arm64
35+
InstallerType: nullsoft
36+
Scope: machine
37+
InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9/npp.8.9.Installer.arm64.exe
38+
InstallerSha256: 95049A673D2E498077046714A0723791826DAA5F97B4914CEB621AFEA4137A68
39+
ExpectedReturnCodes:
40+
- InstallerReturnCode: 5
41+
ReturnResponse: packageInUse
42+
UpgradeBehavior: install
43+
ProductCode: Notepad++
44+
ElevationRequirement: elevatesSelf
45+
InstallationMetadata:
46+
DefaultInstallLocation: '%ProgramFiles(x86)%\Notepad++'
47+
- Architecture: x86
48+
InstallerType: zip
49+
NestedInstallerType: portable
50+
NestedInstallerFiles:
51+
- RelativeFilePath: notepad++.exe
52+
PortableCommandAlias: notepad++
53+
InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9/npp.8.9.portable.zip
54+
InstallerSha256: A14919060EF3CFE9D451A515F9780C1B9101EAD1CEDE6D61CA241E970AC164D2
55+
ArchiveBinariesDependOnPath: true
56+
- Architecture: x64
57+
InstallerType: zip
58+
NestedInstallerType: portable
59+
NestedInstallerFiles:
60+
- RelativeFilePath: notepad++.exe
61+
PortableCommandAlias: notepad++
62+
InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9/npp.8.9.portable.x64.zip
63+
InstallerSha256: 72EA3FA91E6BDE264BE6DFFF75A30F15CB0FC43D9884ED4491B16EA4A3A37D9D
64+
ArchiveBinariesDependOnPath: true
65+
- Architecture: arm64
66+
InstallerType: zip
67+
NestedInstallerType: portable
68+
NestedInstallerFiles:
69+
- RelativeFilePath: notepad++.exe
70+
PortableCommandAlias: notepad++
71+
InstallerUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9/npp.8.9.portable.arm64.zip
72+
InstallerSha256: 76E63D28E91D3AA176E49B89D8D862A45260C55EBF606EBA741B6EB85D6A7B6B
73+
ArchiveBinariesDependOnPath: true
74+
ManifestType: installer
75+
ManifestVersion: 1.10.0
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Notepad++.Notepad++
5+
PackageVersion: "8.9"
6+
PackageLocale: en-US
7+
Publisher: Notepad++ Team
8+
PublisherUrl: https://notepad-plus-plus.org/
9+
PublisherSupportUrl: https://notepad-plus-plus.org/online-help
10+
Author: Don Ho
11+
PackageName: Notepad++
12+
PackageUrl: https://notepad-plus-plus.org/
13+
License: GPL-3.0-or-later
14+
LicenseUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/blob/HEAD/LICENSE
15+
Copyright: Copyright (C)2025 Don HO <[email protected]>.
16+
CopyrightUrl: https://raw.githubusercontent.com/notepad-plus-plus/notepad-plus-plus/master/LICENSE
17+
ShortDescription: Notepad++ is a free source code editor that supports several languages.
18+
Description: |-
19+
Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages.
20+
Running in the MS Windows environment, its use is governed by GNU General Public License.
21+
Moniker: notepad++
22+
Tags:
23+
- development
24+
- editor
25+
- foss
26+
- notepad
27+
- open-source
28+
- text
29+
- text-editor
30+
ReleaseNotesUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/tag/v8.9
31+
Documentations:
32+
- DocumentLabel: Wiki
33+
DocumentUrl: https://github.com/notepad-plus-plus/notepad-plus-plus/wiki
34+
ManifestType: defaultLocale
35+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Notepad++.Notepad++
5+
PackageVersion: "8.9"
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)