Skip to content

Commit 73de0a7

Browse files
Add RPGUNit minimum version
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
1 parent 55c969d commit 73de0a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.astro/astro/content.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,5 +589,5 @@ declare module 'astro:content' {
589589

590590
type AnyEntryMap = ContentEntryMap & DataEntryMap;
591591

592-
export type ContentConfig = typeof import("../../src/content/config.js");
592+
export type ContentConfig = typeof import("./../../src/content/config.js");
593593
}

.astro/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"_variables": {
3-
"lastUpdateCheck": 1750695278030
3+
"lastUpdateCheck": 1752178270354
44
}
55
}

src/content/docs/developing/testing/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following extensions can be installed from the Visual Studio Code Marketplac
3535

3636
### 2. RPGUnit
3737

38-
The `RPGUNIT` library must be be installed on your IBM i in order to leverage the framework and assertions that it provides. It can be installed easily via the extension using the steps below which is the recommended approach or manually using the instructions [here](https://irpgunit.sourceforge.io/help/).
38+
The `RPGUNIT` library ***(`5.1.0-beta.005` minimum)*** must be be installed on your IBM i in order to leverage the framework and assertions that it provides. It can be installed easily via the extension using the steps below which is the recommended approach or manually using the instructions [here](https://irpgunit.sourceforge.io/help/).
3939

4040
#### Preconditions
4141
RPGUnit requires OS400 7.5 for the latest features. It can also be installed on 7.4 and 7.3 if the following PTFs have been installed:

0 commit comments

Comments
 (0)