Skip to content

Commit fd91f45

Browse files
committed
doc(psd1) release note added
1 parent 0b66356 commit fd91f45

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/ContinuousDelphi.Tools/ContinuousDelphi.Tools.psd1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
CompanyName = 'Continuous-Delphi'
88
Copyright = '(c) 2026 Continuous-Delphi'
99
Description = 'PowerShell developer tools used across the Continuous-Delphi ecosystem.'
10-
1110
PowerShellVersion = '7.0'
1211
CompatiblePSEditions = @('Core')
1312

@@ -23,8 +22,10 @@
2322
PSData = @{
2423
Tags = @(
2524
'continuous-delphi',
25+
'delphi',
2626
'powershell',
2727
'pwsh',
28+
'powershell-module',
2829
'developer-tools',
2930
'linting',
3031
'ascii',
@@ -33,6 +34,7 @@
3334

3435
ProjectUri = 'https://github.com/continuous-delphi/cd-tool-pwsh'
3536
LicenseUri = 'https://github.com/continuous-delphi/cd-tool-pwsh/blob/main/LICENSE'
37+
ReleaseNotes = 'Initial public release of the ContinuousDelphi.Tools module with Test-NonAsciiContent.'
3638
}
3739
}
38-
}
40+
}

0 commit comments

Comments
 (0)