Skip to content

Commit b89a292

Browse files
Update readme/psd1
1 parent 1f03105 commit b89a292

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: 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: 27.06.2020
6+
# Generated on: 14.07.2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.0.85'
15+
ModuleVersion = '0.0.86'
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.155'; })
54+
RequiredModules = @(@{ModuleName = 'PSSharedGoods'; GUID = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'; ModuleVersion = '0.0.158'; })
5555

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

Diff for: readme.md

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

6565
## Changelog
6666

67+
- 0.0.86 - 2020.07.14
68+
- Fix for missing `Get-TemporaryDirectory` during merge - damn nested ASTTokens
69+
- Module is now signed (hopefully that doesn't break anything)
6770
- 0.0.85 - 2020.06.27
6871
- Update `New-HTMLSpanStyle` with some protection for errors
6972
- 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.

0 commit comments

Comments
 (0)