mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Fix off by one error
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
$p = @{
|
||||
Name = "ImportExcel"
|
||||
NuGetApiKey = $NuGetApiKey
|
||||
ReleaseNote = "Added Import-Html"
|
||||
ReleaseNote = "Fix off by one error for Import-Html"
|
||||
}
|
||||
|
||||
Publish-Module @p
|
||||
Reference in New Issue
Block a user