We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee617bc commit 66284b6Copy full SHA for 66284b6
PSModuleDevelopment/changelog.md
@@ -1,7 +1,8 @@
1
# Changelog
2
-## 2.2.2.14 (May 03rd, 2018)
+## 2.2.2.15 (May 03rd, 2018)
3
- Upd: Find-PSMDType - add `-Attribute` parameter to filter by class attributes (#27)
4
- Fix: Find-PSMDType - suppress error that gets thrown on empty assemblies.
5
+ - Fix: New-PSMDFormatTableDefinition - Broken closing `<Configuration>` tag (#28)
6
7
## 2.2.1.12 (March 08th, 2018)
8
- Added out-of-the box templates
PSModuleDevelopment/functions/format/New-PSMDFormatTableDefinition.ps1
@@ -83,7 +83,7 @@
83
</TableControl>
84
</View>
85
</ViewDefinitions>
86
-<Configuration>
+</Configuration>
87
"@
88
$xmlFragment = @"
89
<!-- %TypeName% -->
0 commit comments