Browse Source

Add GetTargetFramework to psd1

pull/3435/head
Snorri Gislason 3 months ago
parent
commit
8fbb43092a
  1. 3
      ICSharpCode.Decompiler.PowerShell/manifest.psd1

3
ICSharpCode.Decompiler.PowerShell/manifest.psd1

@ -68,7 +68,8 @@ @@ -68,7 +68,8 @@
'Get-DecompiledSource',
'Get-DecompiledTypes',
'Get-Decompiler',
'Get-DecompilerVersion'
'Get-DecompilerVersion',
'Get-TargetFramework'
)
# Variables to export from this module

Loading…
Cancel
Save