Skip to content

Commit be07085

Browse files
version update
1 parent 39a8ef4 commit be07085

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

MailDaemon/MailDaemon.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'MailDaemon.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '1.0.1'
6+
ModuleVersion = '1.1.3'
77

88
# ID used to uniquely identify this module
99
GUID = 'd5ba333f-5210-4d69-83f0-150dd0909139'
@@ -26,7 +26,7 @@
2626
# Modules that must be imported into the global environment prior to importing
2727
# this module
2828
RequiredModules = @(
29-
@{ ModuleName='PSFramework'; ModuleVersion='1.9.310' }
29+
@{ ModuleName='PSFramework'; ModuleVersion='1.12.346' }
3030
)
3131

3232
# Assemblies that must be loaded prior to importing this module

MailDaemon/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.1.3 (2024-11-11)
4+
5+
+ Upd: Added ability to directly embed attachments in the email task, rather than only providing a path to them. (thanks @jebbster88 ; #10)
6+
+ Upd: Added ability to specify mail priority. (thanks @jebbster88 ; #10)
7+
38
## 1.0.1 (2023-10-06)
49

510
+ Fix: Invoke-MDDaemon - errors trying to multiply timespan

0 commit comments

Comments
 (0)