Belin.Akismet.psd1
|
@{ ModuleVersion = "1.1.0" PowerShellVersion = "7.6" RootModule = "src/Main.psm1" Author = "Cédric Belin <cedx@outlook.com>" CompanyName = "Cedric-Belin.fr" Copyright = "© Cédric Belin" Description = "Prevent comment spam using the Akismet service." GUID = "f986768a-1709-4142-815e-ce3be0db833e" AliasesToExport = @() CmdletsToExport = @() VariablesToExport = @() FunctionsToExport = @( "New-AkismetAuthor" "New-AkismetBlog" "New-AkismetClient" "New-AkismetComment" "Submit-AkismetHam" "Submit-AkismetSpam" "Test-AkismetApiKey" "Test-AkismetComment" ) PrivateData = @{ PSData = @{ LicenseUri = "https://github.com/cedx/akismet.ps1/blob/main/License.md" ProjectUri = "https://github.com/cedx/akismet.ps1" ReleaseNotes = "https://github.com/cedx/akismet.ps1/releases" Tags = "akismet", "api", "client", "comment", "spam", "validation" } } } |