diff --git a/Chronometer/chronometer.psd1 b/Chronometer/chronometer.psd1 index 24c1106..96d7bb7 100644 --- a/Chronometer/chronometer.psd1 +++ b/Chronometer/chronometer.psd1 @@ -1,4 +1,4 @@ -# Module manifest for module 'chronometer' +# Module manifest for module 'chronometer' # Generated by: Kevin Marquette # Generated on: 2/2/2017 @@ -8,7 +8,7 @@ RootModule = 'chronometer.psm1' # Version number of this module. -ModuleVersion = '0.5.2' +ModuleVersion = '1.0.0' # ID used to uniquely identify this module GUID = 'f3719c3c-008a-4b25-b94d-fc9f587f62dd' @@ -17,7 +17,7 @@ GUID = 'f3719c3c-008a-4b25-b94d-fc9f587f62dd' Author = 'Kevin Marquette' # Copyright statement for this module -Copyright = '(c) 2017 Kevin Marquette. All rights reserved.' +Copyright = '(c) 2019 Kevin Marquette. All rights reserved.' # Description of the functionality provided by this module Description = 'Performs a line by line measurement of execution times for scripts' @@ -26,7 +26,7 @@ Description = 'Performs a line by line measurement of execution times for script PowerShellVersion = '5.0' # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = @('Get-Chronometer','Format-Chronometer') +FunctionsToExport = @('Format-Chronometer','Get-Chronometer') # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @() @@ -55,4 +55,3 @@ PrivateData = @{ } # End of PrivateData hashtable } -