Skip to content

Commit 16ecdfd

Browse files
release: Updating CHANGELOG and Release Notes ( Fixes #1 )
1 parent 7f0fd56 commit 16ecdfd

File tree

3 files changed

+90
-1
lines changed

3 files changed

+90
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## OpenXML 0.1
2+
3+
* Initial Build of OpenXML Module (#1)
4+
* Commands:
5+
* `Get-OpenXML` (#2)
6+
* `Import-OpenXML` (#14)
7+
* `Export-OpenXML` (#15)
8+
* `Close-OpenXML` (#16)
9+
* `Copy-OpenXML` (#18)
10+
* `Set-OpenXML` (#19)
11+
* `Start-OpenXML` (#28)
12+
* `Stop-OpenXML` (#29)
13+
* Initial Extended Types
14+
* `OpenXML`
15+
* `OpenXML.get_Parts` (#17)
16+
* `OpenXML.get_Created` (#23)
17+
* `OpenXML.get_Modified` (#24)
18+
* `OpenXML.File`
19+
* `OpenXML.File.get_DocumentProperty` (#13)
20+
* `OpenXML.File` default display (#7)
21+
* `OpenXML.Excel.File`
22+
* `OpenXML.Excel.File.get_Worksheets` (#5)
23+
* `OpenXML.Excel.File.get_SharedString` (#25)
24+
* `OpenXML.Excel.Worksheet`
25+
* `OpenXML.Excel.Worksheet.get_Cell` (#6)
26+
* `OpenXML.Excel.Worksheet.get_Formula` (#26)
27+
* `OpenXML.PowerPoint.File`
28+
* `OpenXML.PowerPoint.File.get_Slides` (#8)
29+
* `OpenXML.PowerPoint.File.get_Text` (#9)
30+
* `OpenXML.PowerPoint.Slide`
31+
* `OpenXML.PowerPoint.get_Text` (#10)
32+
* `OpenXML.Word.File`
33+
* `OpenXML.Word.File.get_Text` (#11)
34+
* Sample Documents (#3)
35+
* Initial Tests (#27)
36+
* Build workflow
37+
* Building types with [EZOut](https://github.com/StartAutomating/EZOut) (#4)
38+
* Building GitHub Workflow with [PSDevOps](https://github.com/StartAutomating/PSDevOps) (#12)
39+
* Core Documentation
40+
* README (#1)
41+
* CODE_OF_CONDUCT (#20)
42+
* CONTRIBUTING (#21)
43+
* SECURITY (#22)

OpenXML.psd1

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,51 @@ PrivateData = @{
5454
# IconUri = ''
5555

5656
# ReleaseNotes of this module
57-
# ReleaseNotes = ''
57+
ReleaseNotes = @'
58+
## OpenXML 0.1
59+
60+
* Initial Build of OpenXML Module (#1)
61+
* Commands:
62+
* `Get-OpenXML` (#2)
63+
* `Import-OpenXML` (#14)
64+
* `Export-OpenXML` (#15)
65+
* `Close-OpenXML` (#16)
66+
* `Copy-OpenXML` (#18)
67+
* `Set-OpenXML` (#19)
68+
* `Start-OpenXML` (#28)
69+
* `Stop-OpenXML` (#29)
70+
* Initial Extended Types
71+
* `OpenXML`
72+
* `OpenXML.get_Parts` (#17)
73+
* `OpenXML.get_Created` (#23)
74+
* `OpenXML.get_Modified` (#24)
75+
* `OpenXML.File`
76+
* `OpenXML.File.get_DocumentProperty` (#13)
77+
* `OpenXML.File` default display (#7)
78+
* `OpenXML.Excel.File`
79+
* `OpenXML.Excel.File.get_Worksheets` (#5)
80+
* `OpenXML.Excel.File.get_SharedString` (#25)
81+
* `OpenXML.Excel.Worksheet`
82+
* `OpenXML.Excel.Worksheet.get_Cell` (#6)
83+
* `OpenXML.Excel.Worksheet.get_Formula` (#26)
84+
* `OpenXML.PowerPoint.File`
85+
* `OpenXML.PowerPoint.File.get_Slides` (#8)
86+
* `OpenXML.PowerPoint.File.get_Text` (#9)
87+
* `OpenXML.PowerPoint.Slide`
88+
* `OpenXML.PowerPoint.get_Text` (#10)
89+
* `OpenXML.Word.File`
90+
* `OpenXML.Word.File.get_Text` (#11)
91+
* Sample Documents (#3)
92+
* Initial Tests (#27)
93+
* Build workflow
94+
* Building types with [EZOut](https://github.com/StartAutomating/EZOut) (#4)
95+
* Building GitHub Workflow with [PSDevOps](https://github.com/StartAutomating/PSDevOps) (#12)
96+
* Core Documentation
97+
* README (#1)
98+
* CODE_OF_CONDUCT (#20)
99+
* CONTRIBUTING (#21)
100+
* SECURITY (#22)
101+
'@
58102

59103
# Prerelease string of this module
60104
# Prerelease = ''

SECURITY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ This is far from the first tool to automate OpenXML, and so this threat is not u
3838

3939
It is always important to mind your PII, and this tool will help you locate this information.
4040

41+
To protect a file containing PII from inspection, add a password protection or encrypt the file.
42+
4143
### OpenXML Microservers
4244

4345
OpenXML files also contain content type information, which allows them to act as effecient servers.

0 commit comments

Comments
 (0)