Skip to content

Commit

Permalink
Adding Set-ATHRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraeber-rc committed Dec 13, 2022
1 parent ce1950a commit e4c8f87
Show file tree
Hide file tree
Showing 4 changed files with 1,853 additions and 5 deletions.
10 changes: 9 additions & 1 deletion AtomicTestHarnesses.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RootModule = 'Windows\AtomicTestHarnesses.psm1'

# Version number of this module.
ModuleVersion = '1.11.0.0'
ModuleVersion = '1.12.0.0'

# ID used to uniquely identify this module
GUID = '195a1637-d4a4-4cb3-8d80-5b5d4e3e930a'
Expand Down Expand Up @@ -45,6 +45,7 @@ FunctionsToExport = 'Get-ATHDriverService',
'New-ATHMSI',
'Out-ATHPowerShellCommandLineParameter',
'Remove-ATHService',
'Set-ATHRegistry',
'Start-ATHProcessHerpaderp',
'Start-ATHProcessUnderSpecificParent'

Expand All @@ -65,6 +66,13 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = @'
1.12.0
------
Added:
* Set-ATHRegistry
Improvements:
* Documented the -DeleteServiceBinary switch in New-ATHService
1.11.0
------
Expand Down
Loading

0 comments on commit e4c8f87

Please sign in to comment.