We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b222f commit 5a6b134Copy full SHA for 5a6b134
.github/workflows/CI_build.yml
@@ -12,7 +12,7 @@ jobs:
12
build_configuration: [Release, Debug]
13
build_platform: [x64, arm64, x86]
14
build_vsver: [17]
15
- PCRE2_VERSION: [10.44]
+ PCRE2_VERSION: [10.46]
16
17
steps:
18
- uses: actions/checkout@v4
README.md
@@ -37,7 +37,7 @@ Clone the [EditorConfig plugin for Notepad++][] sources or download and extract
37
To download [EditorConfig C core][] and [PRCE2][pcre] use the `init.ps1` script.
38
39
```powershell
40
-~> ./init.ps1 [-prce 10.32] [-edc 0.12.3]
+~> ./init.ps1 [-prce 10.46] [-edc 0.12.3]
41
```
42
43
Arguments:
init.ps1
@@ -1,5 +1,5 @@
1
param(
2
- $pcre="10.44",
+ $pcre="10.46",
3
$edc="0.12.9"
4
)
5
0 commit comments