bump version
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Module manifest for module 'chronometer'
|
# Module manifest for module 'chronometer'
|
||||||
# Generated by: Kevin Marquette
|
# Generated by: Kevin Marquette
|
||||||
# Generated on: 2/2/2017
|
# Generated on: 2/2/2017
|
||||||
|
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
RootModule = 'chronometer.psm1'
|
RootModule = 'chronometer.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '0.5.2'
|
ModuleVersion = '1.0.0'
|
||||||
|
|
||||||
# ID used to uniquely identify this module
|
# ID used to uniquely identify this module
|
||||||
GUID = 'f3719c3c-008a-4b25-b94d-fc9f587f62dd'
|
GUID = 'f3719c3c-008a-4b25-b94d-fc9f587f62dd'
|
||||||
@@ -17,7 +17,7 @@ GUID = 'f3719c3c-008a-4b25-b94d-fc9f587f62dd'
|
|||||||
Author = 'Kevin Marquette'
|
Author = 'Kevin Marquette'
|
||||||
|
|
||||||
# Copyright statement for this module
|
# 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 of the functionality provided by this module
|
||||||
Description = 'Performs a line by line measurement of execution times for scripts'
|
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'
|
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.
|
# 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.
|
# 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 = @()
|
CmdletsToExport = @()
|
||||||
@@ -55,4 +55,3 @@ PrivateData = @{
|
|||||||
|
|
||||||
} # End of PrivateData hashtable
|
} # End of PrivateData hashtable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user