Skip to content

Commit 1f03105

Browse files
Update to readme/PSD1 before release
1 parent a9e1622 commit 1f03105

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

PSWriteHTML.psd1

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Przemyslaw Klys
55
#
6-
# Generated on: 11.06.2020
6+
# Generated on: 27.06.2020
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'PSWriteHTML.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.0.84'
15+
ModuleVersion = '0.0.85'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop', 'Core'
@@ -51,7 +51,7 @@
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'PSSharedGoods'; GUID = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'; ModuleVersion = '0.0.146'; })
54+
RequiredModules = @(@{ModuleName = 'PSSharedGoods'; GUID = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'; ModuleVersion = '0.0.155'; })
5555

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

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Dependencies: **PSSharedGoods**, **PSWriteColor** and **Connectimo** are only us
6464

6565
## Changelog
6666

67-
- 0.0.85 - Unreleased
67+
- 0.0.85 - 2020.06.27
6868
- Update `New-HTMLSpanStyle` with some protection for errors
69-
69+
- Fix from PSSCriptAnalyzer - The Variable 'Event' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name.
7070
- 0.0.84 - 2020.06.11
7171
- `Colors` autocompleter should be now a bit smarter
7272
- Added `Online` to `EmailBody`

0 commit comments

Comments
 (0)