Skip to content

Commit

Permalink
Merge pull request #136 from webmd-health-services/bugfix/parameter-n…
Browse files Browse the repository at this point in the history
…ot-found-error

Fixed: ConvertTo-CBase64 throws a "parameter cannot be found" error
  • Loading branch information
splatteredbits authored Jul 5, 2023
2 parents 3fa2708 + 1ca1179 commit 2d95e90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

# Carbon Changelog

## 2.14.1

> Released 3 Jul 2023
* Fixed: `ConvertTo-CBase64` throws a "parameter cannot be found" error.

## 2.14.0

### Additions
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.0'
ModuleVersion = '2.14.1'

# ID used to uniquely identify this module
GUID = '075d9444-c01b-48c3-889a-0b3490716fa2'
Expand Down
2 changes: 1 addition & 1 deletion Carbon/Carbon.psm1.Import.Obsolete.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function ConvertTo-CBase64

if( -not $NoWarn )
{
Write-CRefactoredCommandWarning -CommandName $MyInvocation.MyCommand.Name -NewModuleName 'Carbon.Core'
Write-CRefactoredCommandWarning -CommandName $MyInvocation.MyCommand.Name -ModuleName 'Carbon.Core'
}
}

Expand Down

0 comments on commit 2d95e90

Please sign in to comment.