Skip to content

Commit 3c25019

Browse files
dependabot[bot]brianary
authored andcommitted
Bump Microsoft.PowerShell.Commands.Utility from 7.2.24 to 7.4.7
Bumps [Microsoft.PowerShell.Commands.Utility](https://github.com/PowerShell/PowerShell) from 7.2.24 to 7.4.7. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](PowerShell/PowerShell@v7.2.24...v7.4.7) --- updated-dependencies: - dependency-name: Microsoft.PowerShell.Commands.Utility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7767b7f commit 3c25019

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/SelectXmlExtensions/SelectXmlExtensions.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.PowerShell.Commands.Utility" Version="7.2.24" />
19+
<PackageReference Include="Microsoft.PowerShell.Commands.Utility" Version="7.4.7" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

src/SelectXmlExtensions/SelectXmlExtensions.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# and https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-modulemanifest
33
@{
44
RootModule = 'SelectXmlExtensions.dll'
5-
ModuleVersion = '1.1.11'
5+
ModuleVersion = '1.1.12'
66
CompatiblePSEditions = @('Core')
77
GUID = 'b830f4ec-f7cf-4df4-97bb-aaa13fb125c9'
88
Author = 'Brian Lalonde'

0 commit comments

Comments
 (0)