Skip to content

Commit 66284b6

Browse files
author
Friedrich Weinmann
committed
Fixed broken closing XML tag
1 parent ee617bc commit 66284b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

PSModuleDevelopment/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
2-
## 2.2.2.14 (May 03rd, 2018)
2+
## 2.2.2.15 (May 03rd, 2018)
33
- Upd: Find-PSMDType - add `-Attribute` parameter to filter by class attributes (#27)
44
- Fix: Find-PSMDType - suppress error that gets thrown on empty assemblies.
5+
- Fix: New-PSMDFormatTableDefinition - Broken closing `<Configuration>` tag (#28)
56

67
## 2.2.1.12 (March 08th, 2018)
78
- Added out-of-the box templates

PSModuleDevelopment/functions/format/New-PSMDFormatTableDefinition.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</TableControl>
8484
</View>
8585
</ViewDefinitions>
86-
<Configuration>
86+
</Configuration>
8787
"@
8888
$xmlFragment = @"
8989
<!-- %TypeName% -->

0 commit comments

Comments
 (0)