From 545e2e60906e7f192dfa8d0696c2a00a97a335c9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 3 Aug 2020 21:21:02 +0200 Subject: [PATCH] Update PSD1 --- Mailozaurr.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailozaurr.psd1 b/Mailozaurr.psd1 index 3d50cb0..290b52d 100644 --- a/Mailozaurr.psd1 +++ b/Mailozaurr.psd1 @@ -7,7 +7,7 @@ Description = 'Mailozaurr is a PowerShell module that aims to provide SMTP, POP3, IMAP and few other ways to interact with Email. Underneath it uses MimeKit and MailKit and EmailValidation libraries written by Jeffrey Stedfast. ' FunctionsToExport = 'Connect-IMAP', 'Connect-oAuthGoogle', 'Connect-oAuthO365', 'Connect-POP', 'ConvertTo-GraphCredential', 'ConvertTo-OAuth2Credential', 'Disconnect-IMAP', 'Disconnect-POP', 'Find-DKIMRecord', 'Find-DMARCRecord', 'Find-MxRecord', 'Find-SPFRecord', 'Get-IMAPFolder', 'Get-IMAPMessage', 'Get-POPMessage', 'Resolve-DnsQuery', 'Save-POPMessage', 'Send-EmailMessage', 'Test-EmailAddress' GUID = '2b0ea9f1-3ff1-4300-b939-106d5da608fa' - ModuleVersion = '0.0.4' + ModuleVersion = '0.0.5' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{