Skip to content

Commit

Permalink
Remove unused members from manifest.
Browse files Browse the repository at this point in the history
They were commented out already, but removing them from the file saves
a kilobyte or so and makes the file a little easier to read.
  • Loading branch information
rhymeswithmogul committed Dec 9, 2023
1 parent 8ce4b28 commit 31155b4
Showing 1 changed file with 17 additions and 81 deletions.
98 changes: 17 additions & 81 deletions MailPolicyExplainer.psd1
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#
# Module manifest for module 'MailPolicyExplainer'
#
# Module manifest for module 'MailPolicyExplainer'
# Generated by: Colin Cogle
#
# Generated on: 4/18/2018
#

@{

# Script module or binary module file associated with this manifest.
Expand All @@ -23,9 +18,6 @@ GUID = 'b3ec0108-05d3-43f1-a5ba-cc8f7f4cc8cc'
# Author of this module
Author = 'Colin Cogle'

# Company or vendor of this module
#CompanyName = ''

# Copyright statement for this module
Copyright = '(c) 2018, 2020, 2023 Colin Cogle. All rights reserved.'

Expand All @@ -35,43 +27,10 @@ Description = "Explains a domain's email DNS records, including MX, SPF, DKIM, D
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
#RequiredModules = @('Resolve-DnsNameCrossPlatform')

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = ''

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
# Things to export from this module, for best performance, do not use wildcards
# and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = ''
VariablesToExport = ''
FunctionsToExport = @(
'Test-MailPolicy',
'Test-MXRecord',
Expand All @@ -86,11 +45,6 @@ FunctionsToExport = @(
'Test-DaneRecord',
'Invoke-GooglePublicDnsApi'
)

# Variables to export from this module
VariablesToExport = ''

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = @(
'Test-BimiRecord',
'Test-DaneRecords',
Expand All @@ -104,12 +58,6 @@ AliasesToExport = @(
'Test-TlsaRecords'
)

# DSC resources to export from this module
# DscResourcesToExport = @()

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
FileList = @(
'en-US/about_BIMI.help.txt',
Expand Down Expand Up @@ -142,42 +90,30 @@ FileList = @(
'SECURITY.md'
)

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
# Private data to pass to the module specified in RootModule/ModuleToProcess.
# This may also contain a PSData hashtable with additional module metadata used
# by PowerShell.
PrivateData = @{

PSData = @{
#Prerelease = 'git'

# Tags applied to this module. These help with module discovery in online galleries.
# Tags applied to this module.
# These help with module discovery in online galleries.
Tags = @(
'email', 'mail', 'SPF', 'DKIM', 'DMARC', 'BIMI', 'DNSSEC', 'DANE', 'MTA-STS', 'MX',
'TLSRPT', 'STARTTLS', 'domainkey', 'TLS', 'TLSA', 'ADSP', 'DNS', 'policy', 'SenderID',
'tester', 'Reporting', 'Test', 'Exchange', 'Office365', 'Google', 'Network', 'Cloud',
'security', 'audit', 'IPv4', 'IPv6', 'SMTP', 'RSA', 'Ed25519',
'email', 'mail', 'SPF', 'DKIM', 'DMARC', 'BIMI', 'DNSSEC', 'DANE',
'MTA-STS', 'MX', 'TLSRPT', 'STARTTLS', 'domainkey', 'TLS', 'TLSA',
'ADSP', 'DNS', 'policy', 'SenderID', 'tester', 'Reporting', 'Test',
'Exchange', 'Office365', 'Google', 'Network', 'Cloud', 'security',
'audit', 'IPv4', 'IPv6', 'SMTP', 'RSA', 'Ed25519',
'Windows', 'MacOS', 'Linux', 'PSEdition_Core', 'PSEdition_Desktop'
)

# A URL to the license for this module.
LicenseUri = 'https://github.com/rhymeswithmogul/MailPolicyExplainer/blob/main/LICENSE.txt'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/rhymeswithmogul/MailPolicyExplainer'

# A URL to an icon representing this module.
IconUri = 'https://raw.githubusercontent.com/rhymeswithmogul/MailPolicyExplainer/main/icon/PSGallery.png'

# ReleaseNotes of this module
ReleaseNotes = '`Test-MtaStsPolicy` no longer misidentifies `mta-sts.txt` files with the correct CRLF line endings as malformed. This was caused by a regression in version 1.3.1.'

} # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}
}

}

0 comments on commit 31155b4

Please sign in to comment.