Browse Source

Add GetTargetFramework to psd1

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

3
ICSharpCode.Decompiler.PowerShell/manifest.psd1

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

Loading…
Cancel
Save