[Windows] Add some helpers to work with checksums (#8262)

This commit is contained in:
Erik Bershel
2023-09-18 12:00:27 +02:00
committed by GitHub
parent 824743a429
commit 68e600ace0
2 changed files with 59 additions and 0 deletions

View File

@@ -55,4 +55,6 @@ Export-ModuleMember -Function @(
'Get-WindowsUpdatesHistory'
'New-ItemPath'
'Get-ModuleVersionAsJob'
'Use-ChecksumСomparison'
'Get-HashFromGitHubReleaseBody'
)