diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index d47e882..ccad95c 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -6,7 +6,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. - ModuleVersion = '7.5.2' + ModuleVersion = '7.5.3' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' @@ -131,9 +131,8 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5 '.\Charting\Charting.ps1', '.\InferData\InferData.ps1', '.\Pivot\Pivot.ps1', - '.\spikes\ConvertFrom-ExcelColumnName.ps1', - '.\Examples', '.\images', '.\Testimonials' - + '.\Examples', + '.\Testimonials' ) # Private data to pass to the module specified in RootModule/ModuleToProcess diff --git a/InstallModule.ps1 b/InstallModule.ps1 index ac08d1e..0e006b1 100644 --- a/InstallModule.ps1 +++ b/InstallModule.ps1 @@ -7,5 +7,5 @@ if (-not $fullPath) { $fullPath = Join-Path $fullPath -ChildPath "ImportExcel" } Push-location $PSScriptRoot -Robocopy . $fullPath /mir /XD .vscode .git CI __tests__ data mdHelp /XF appveyor.yml azure-pipelines.yml .gitattributes .gitignore filelist.txt install.ps1 InstallModule.ps1 +Robocopy . $fullPath /mir /XD .vscode images .git .github CI __tests__ data mdHelp spikes /XF README.md README.original.md appveyor.yml azure-pipelines.yml .gitattributes .gitignore filelist.txt install.ps1 InstallModule.ps1 PublishToGallery.ps1 Pop-Location \ No newline at end of file