diff --git a/Build/Manage-Mailozaurr.ps1 b/Build/Manage-Mailozaurr.ps1 index 6a7c9a9..64a50d7 100644 --- a/Build/Manage-Mailozaurr.ps1 +++ b/Build/Manage-Mailozaurr.ps1 @@ -17,7 +17,7 @@ $Configuration = @{ Manifest = @{ # Version number of this module. - ModuleVersion = '0.9.X' + ModuleVersion = '1.0.0' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core') # ID used to uniquely identify this module diff --git a/Mailozaurr.psd1 b/Mailozaurr.psd1 index e6a689e..c0e2770 100644 --- a/Mailozaurr.psd1 +++ b/Mailozaurr.psd1 @@ -8,7 +8,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', 'ConvertTo-SendGridCredential', 'Disconnect-IMAP', 'Disconnect-POP', 'Find-DKIMRecord', 'Find-DMARCRecord', 'Find-DNSBL', 'Find-MxRecord', 'Find-SPFRecord', 'Get-IMAPFolder', 'Get-IMAPMessage', 'Get-MailFolder', 'Get-MailMessage', 'Get-POPMessage', 'Resolve-DnsQuery', 'Resolve-DnsQueryRest', 'Save-MailMessage', 'Save-POPMessage', 'Send-EmailMessage', 'Test-EmailAddress') GUID = '2b0ea9f1-3ff1-4300-b939-106d5da608fa' - ModuleVersion = '0.9.1' + ModuleVersion = '1.0.0' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ @@ -19,7 +19,7 @@ } } RequiredModules = @(@{ - ModuleVersion = '0.0.252' + ModuleVersion = '0.0.254' ModuleName = 'PSSharedGoods' Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe' }, 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Security', 'Microsoft.PowerShell.Utility')