We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b66356 commit fd91f45Copy full SHA for fd91f45
1 file changed
src/ContinuousDelphi.Tools/ContinuousDelphi.Tools.psd1
@@ -7,7 +7,6 @@
7
CompanyName = 'Continuous-Delphi'
8
Copyright = '(c) 2026 Continuous-Delphi'
9
Description = 'PowerShell developer tools used across the Continuous-Delphi ecosystem.'
10
-
11
PowerShellVersion = '7.0'
12
CompatiblePSEditions = @('Core')
13
@@ -23,8 +22,10 @@
23
22
PSData = @{
24
Tags = @(
25
'continuous-delphi',
+ 'delphi',
26
'powershell',
27
'pwsh',
28
+ 'powershell-module',
29
'developer-tools',
30
'linting',
31
'ascii',
@@ -33,6 +34,7 @@
33
34
35
ProjectUri = 'https://github.com/continuous-delphi/cd-tool-pwsh'
36
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.'
38
}
39
-}
40
+}
0 commit comments