Skip to content

Commit 62d8683

Browse files
fix: Updating manifest and README ( Fixes #1 )
1 parent 1a8fee6 commit 62d8683

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

OpenXML.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PrivateData = @{
4242
PSData = @{
4343

4444
# Tags applied to this module. These help with module discovery in online galleries.
45-
Tags = @('Word','Excel','PowerPoint','OpenXML','Office Open XML','OOXML')
45+
Tags = @('Word','Excel','PowerPoint','OpenXML','OfficeOpenXML','OOXML')
4646

4747
# A URL to the license for this module.
4848
LicenseUri = 'https://github.com/PowerShellWeb/OpenXML/blob/main/LICENSE'

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# OpenXML
22
## Automate OpenXML. Excel, Word, and PowerPoint automation in PowerShell.
3+
<div align='center'>
4+
<a href='https://www.powershellgallery.com/packages/OpenXML/' >
5+
<img src='https://img.shields.io/powershellgallery/dt/OpenXML' />
6+
</a>
7+
</div>
38

49
OpenXML is the standard used for Office documents.
510

README.md.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ This module is here to help you automate, inspect, and understand OpenXML files.
2626

2727
"## $($ThisModule.Description)"
2828

29+
@"
30+
<div align='center'>
31+
<a href='https://www.powershellgallery.com/packages/OpenXML/' >
32+
<img src='https://img.shields.io/powershellgallery/dt/OpenXML' />
33+
</a>
34+
</div>
35+
"@
36+
2937
$intro
3038

3139
"### Installing and Importing"

0 commit comments

Comments
 (0)