bump version

This commit is contained in:
Kevin Marquette
2018-12-28 15:02:24 -08:00
parent e5a0147d71
commit 3b671a49fc

View File

@@ -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
} }