mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-06 18:43:25 +00:00
Prep for publish
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
RootModule = 'ImportExcel.psm1'
|
RootModule = 'ImportExcel.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '1.97'
|
ModuleVersion = '1.98'
|
||||||
|
|
||||||
# ID used to uniquely identify this module
|
# ID used to uniquely identify this module
|
||||||
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'
|
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'
|
||||||
|
|||||||
@@ -2,10 +2,7 @@
|
|||||||
$p = @{
|
$p = @{
|
||||||
Name = "ImportExcel"
|
Name = "ImportExcel"
|
||||||
NuGetApiKey = $NuGetApiKey
|
NuGetApiKey = $NuGetApiKey
|
||||||
#LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt"
|
ReleaseNote = "Fixes and great features"
|
||||||
#Tag = "Excel","EPPlus","Export","Import"
|
|
||||||
ReleaseNote = "Added Conditional Text Formatting"
|
|
||||||
#ProjectUri = "https://github.com/dfinke/ImportExcel"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Publish-Module @p
|
Publish-Module @p
|
||||||
Reference in New Issue
Block a user