Skip to content

Commit

Permalink
release: Updating Module Version [2.0.4] and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating committed Feb 4, 2024
1 parent a5837e1 commit 7c76e11
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## EZOut 2.0.4:

* Write-FormatViewExpression/Write-FormatCustomView now support -Frame, -LeftIndent, -RightIndent, -FirstLineHanging, -FirstLineIndent ( Fixes #164 )
* Push-FormatData/Push-TypeData now create unique files per-process (Fixes #205 )

Thanks @NinMonkey !

## EZOut 2.0.3:

* Mounting EZOut as a drive (#200)
Expand Down
21 changes: 13 additions & 8 deletions EZOut.psd1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@{

Check warning on line 1 in EZOut.psd1

View workflow job for this annotation

GitHub Actions / PowerShellStaticAnalysis

PSAvoidUsingDeprecatedManifestFields : The module manifest member 'ModuleToProcess' has been deprecated. Use the 'RootModule' member instead.
ModuleToProcess = 'EZOut.psm1'
ModuleVersion = '2.0.3'
ModuleVersion = '2.0.4'
GUID = 'cef786f0-8a0b-4a5d-a2c6-b433095354cd'
Author = 'James Brundage'
CompanyName = 'Start-Automating'
Copyright = '2011-2023'
Copyright = '2011-2024'
Description = 'Easily Author Rich Format Files to Customize PowerShell Output'
FunctionsToExport =
# Core format manipulation functions
Expand Down Expand Up @@ -69,19 +69,24 @@

Tags = '.ps1xml', 'Format','Output','Types', 'Colorized'
ReleaseNotes = @'
## EZOut 2.0.3:
## EZOut 2.0.4:
* Mounting EZOut as a drive (#200)
* Exporting $EZOut (#199)
* Improving Multifile output (#195, #196, #197, #198)
* Fixing PSA branch (#194)
* Write-FormatViewExpression/Write-FormatCustomView now support -Frame, -LeftIndent, -RightIndent, -FirstLineHanging, -FirstLineIndent ( Fixes #164 )
* Push-FormatData/Push-TypeData now create unique files per-process (Fixes #205 )
Thanks @NinMonkey !
---
Additional Release History found in [CHANGELOG](https://github.com/StartAutomating/EZOut/blob/master/CHANGELOG.md)
Like It? [Star It!](https://github.com/StartAutomating/EZOut) Love It? [Support It!](https://github.com/sponsors/StartAutomating)
'@

Recommends = 'Posh','PipeScript','ShowDemo'
}

Check warning on line 89 in EZOut.psd1

View workflow job for this annotation

GitHub Actions / PowerShellStaticAnalysis

PSAvoidTrailingWhitespace : Line has trailing whitespace
PoshMacros = @{
'EZOut' = @{
ScriptBlock = @'
Expand Down

0 comments on commit 7c76e11

Please sign in to comment.