We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e895ee4 commit bd3329aCopy full SHA for bd3329a
1 file changed
src/SelectXmlExtensions/SelectXmlExtensions.psd1
@@ -2,12 +2,12 @@
2
# and https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-modulemanifest
3
@{
4
RootModule = 'SelectXmlExtensions.dll'
5
-ModuleVersion = '1.1.15'
+ModuleVersion = '1.1.16'
6
CompatiblePSEditions = @('Core')
7
GUID = 'b830f4ec-f7cf-4df4-97bb-aaa13fb125c9'
8
Author = 'Brian Lalonde'
9
CompanyName = 'Unknown'
10
-Copyright = 'Copyright © 2019 Brian Lalonde'
+Copyright = 'Copyright © 2025 Brian Lalonde'
11
Description = 'PowerShell cmdlets that Select-Xml can compose into pipelines'
12
PowerShellVersion = '7.0'
13
# RequiredModules = ,'Microsoft.PowerShell.Utility'
0 commit comments