Skip to content

Commit 8460bfe

Browse files
release: EZOut@2.0.3
Updating Module Version and CHANGELOG
1 parent 1d5df24 commit 8460bfe

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## EZOut 2.0.3:
2+
3+
* Mounting EZOut as a drive (#200)
4+
* Exporting `$EZOut (#199)
5+
* Improving Multifile output (#195, #196, #197, #198)
6+
* Fixing PSA branch (#194)
7+
8+
---
9+
110
## 2.0.2
211

312
* Import Improvements

EZOut.psd1

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
ModuleToProcess = 'EZOut.psm1'
3-
ModuleVersion = '2.0.2'
3+
ModuleVersion = '2.0.3'
44
GUID = 'cef786f0-8a0b-4a5d-a2c6-b433095354cd'
55
Author = 'James Brundage'
66
CompanyName = 'Start-Automating'
@@ -69,20 +69,12 @@
6969

7070
Tags = '.ps1xml', 'Format','Output','Types', 'Colorized'
7171
ReleaseNotes = @'
72-
## 2.0.2
72+
## EZOut 2.0.3:
7373
74-
* Import Improvements
75-
* Import-TypeView - -TextFileType (#174)
76-
* Import-TypeView - *.class.ps1 will become netproperties (#167)
77-
* Import-FormatView - Adding -FormatFilePattern (#175)
78-
* Import-FormatView - Including *.control.ps1 (#162)
79-
* Output Improvements
80-
* Out-TypeData -OutputPath (#173, #178)
81-
* Out-FormatData -OutputPath (#172, #177)
82-
* Write-EZFormatFile -OutputPath (#179/#180)
83-
* Write-EZFormatFile piping support (#188)
84-
* Out-Alternate - Adding -ModuleName/-PS1XMLPath (#163)
85-
* Integrated PSA into build (#189, #190, #191, #192)
74+
* Mounting EZOut as a drive (#200)
75+
* Exporting `$EZOut (#199)
76+
* Improving Multifile output (#195, #196, #197, #198)
77+
* Fixing PSA branch (#194)
8678
8779
---
8880

0 commit comments

Comments
 (0)