Skip to content

Commit

Permalink
New publish profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarafian committed Nov 20, 2019
1 parent 5d9fc8c commit b4497f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**v1.5** *20160420*
- GH-17 thanks to @Wav3
- Removed from the manifest the `PowerShellHostVersion` because it created some issues with *in-remoting* like sessions.

**20160420**
- Within `New-MDImage` `[System.Uri]::EscapeDataString` is not escaping `(`,`)` when not executing from withing ise. Don't know why. Fixed with extra replacements.

Expand Down
1 change: 0 additions & 1 deletion Publish/PreparePSD1.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ foreach($module in $modules)
"ReleaseNotes"= 'https://github.com/Sarafian/MarkdownPS/blob/master/CHANGELOG.md';
"CmdletsToExport" = $exportedNames;
"FunctionsToExport" = $exportedNames;
"PowerShellHostVersion"="4.0"
}

New-ModuleManifest @hash
Expand Down
2 changes: 1 addition & 1 deletion Publish/Version.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function Get-Version {
$major=1
$minor=4
$minor=5
$patch=0

return "$major.$minor"
Expand Down

0 comments on commit b4497f2

Please sign in to comment.