Skip to content

Commit a74a655

Browse files
committed
Update Manifest Info
1 parent c8006b4 commit a74a655

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PowerHTML.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Author = 'Justin Grote'
2727
CompanyName = 'Unspecified'
2828

2929
# Copyright statement for this module
30-
Copyright = '(c) 2018 Justin Grote. All rights reserved.'
30+
Copyright = '(c) 2024 Justin Grote. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
3333
Description = 'Provides a wrapper for HTML Agility Pack for use where the IE HTML DOM from Invoke-WebRequest is not available such as Powershell Core'
@@ -95,13 +95,13 @@ PrivateData = @{
9595
PSData = @{
9696

9797
# Tags applied to this module. These help with module discovery in online galleries.
98-
# Tags = @()
98+
Tags = @('HTML','Invoke-WebRequest','Scraping','Agility','Pack','ScreenScraping')
9999

100100
# A URL to the license for this module.
101-
# LicenseUri = ''
101+
LicenseUri = 'https://github.com/JustinGrote/PowerHTML/blob/master/LICENSE'
102102

103103
# A URL to the main website for this project.
104-
# ProjectUri = ''
104+
ProjectUri = 'https://github.com/JustinGrote/PowerHTML'
105105

106106
# A URL to an icon representing this module.
107107
# IconUri = ''

0 commit comments

Comments
 (0)