diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2015-12-18 16:28:03 -0800 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2015-12-18 16:28:03 -0800 |
commit | 9f183e36518176c4299eed5c68b7deac7f4e8025 (patch) | |
tree | 58927893ecb9289ad1de64d3a67eb58d00e4b762 /AntivirusBypass | |
parent | 29ae830b7331410c507156ba8c8099f77948c783 (diff) | |
download | PowerSploit-9f183e36518176c4299eed5c68b7deac7f4e8025.tar.gz PowerSploit-9f183e36518176c4299eed5c68b7deac7f4e8025.zip |
Set all module versions to 3.0
Also cleaned up some module manifest cruft.
Diffstat (limited to 'AntivirusBypass')
-rw-r--r-- | AntivirusBypass/AntivirusBypass.psd1 | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/AntivirusBypass/AntivirusBypass.psd1 b/AntivirusBypass/AntivirusBypass.psd1 index 507cfdb..037f570 100644 --- a/AntivirusBypass/AntivirusBypass.psd1 +++ b/AntivirusBypass/AntivirusBypass.psd1 @@ -1,9 +1,10 @@ @{
+
# Script module or binary module file associated with this manifest.
ModuleToProcess = 'AntivirusBypass.psm1'
# Version number of this module.
-ModuleVersion = '1.0.0.0'
+ModuleVersion = '3.0.0.0'
# ID used to uniquely identify this module
GUID = '7cf9de61-2bfc-41b4-a397-9d7cf3a8e66b'
@@ -11,9 +12,6 @@ GUID = '7cf9de61-2bfc-41b4-a397-9d7cf3a8e66b' # Author of this module
Author = 'Matthew Graeber'
-# Company or vendor of this module
-CompanyName = ''
-
# Copyright statement for this module
Copyright = 'BSD 3-Clause'
@@ -26,18 +24,7 @@ PowerShellVersion = '2.0' # Functions to export from this module
FunctionsToExport = '*'
-# Cmdlets to export from this module
-CmdletsToExport = '*'
-
-# Variables to export from this module
-VariablesToExport = ''
-
-# Aliases to export from this module
-AliasesToExport = ''
-
-# List of all modules packaged with this module.
-ModuleList = @(@{ModuleName = 'AntivirusBypass'; ModuleVersion = '1.0.0.0'; GUID = '7cf9de61-2bfc-41b4-a397-9d7cf3a8e66b'})
-
# List of all files packaged with this module
FileList = 'AntivirusBypass.psm1', 'AntivirusBypass.psd1', 'Find-AVSignature.ps1', 'Usage.md'
+
}
|