Skip to content

Commit

Permalink
Merge pull request #137 from webmd-health-services/feature/create-car…
Browse files Browse the repository at this point in the history
…bon-registry-module

Migrate registry functions to their own Carbon.Registry module.
  • Loading branch information
splatteredbits authored Aug 16, 2023
2 parents 2d95e90 + 02d37e6 commit 775a63f
Show file tree
Hide file tree
Showing 14 changed files with 442 additions and 915 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@

# Carbon Changelog

## 2.15.0

> Released 16 Aug 2023
### Deprecated

Moved the following functions to a new `Carbon.Registry` module. They will be removed from `Carbon` in a future major
version.

* `Get-CRegistryKeyValue`
* `Install-CRegistryKey`
* `Remove-CRegistryKeyValue`
* `Set-CRegistryKeyValue`
* `Test-CRegistryKeyValue`


## 2.14.1

> Released 3 Jul 2023
Expand Down
2 changes: 1 addition & 1 deletion Carbon/Carbon.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
RootModule = 'Carbon.psm1'

# Version number of this module.
ModuleVersion = '2.14.1'
ModuleVersion = '2.15.0'

# ID used to uniquely identify this module
GUID = '075d9444-c01b-48c3-889a-0b3490716fa2'
Expand Down
Loading

0 comments on commit 775a63f

Please sign in to comment.