diff --git a/PSTK.psd1 b/PSTK.psd1 index 152ce1b..9ec815c 100644 --- a/PSTK.psd1 +++ b/PSTK.psd1 @@ -3,7 +3,7 @@ # # Generated by: Florian Carrier # -# Generated on: 02/10/2018 +# Generated on: 05/10/2018 # @{ @@ -12,7 +12,7 @@ RootModule = 'PSTK.psm1' # Version number of this module. -ModuleVersion = '1.0' +ModuleVersion = '1.0.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -24,13 +24,13 @@ GUID = '065d3e48-45c0-4b6b-9052-b92fe22b4e51' Author = 'Florian Carrier' # Company or vendor of this module -# CompanyName = '' +# CompanyName = 'Florian Carrier' # Copyright statement for this module Copyright = '(c) 2018 Florian Carrier. All rights reserved.' # Description of the functionality provided by this module -# Description = 'Collection of useful functions and procedures for PowerShell scripting' +Description = 'Collection of useful functions and procedures for PowerShell scripting' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '3.0' @@ -95,19 +95,23 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - # Tags = @() + Tags = @() # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/Akaizoku/PSTK/blob/master/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/Akaizoku/PSTK' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = @' +## 1.0.0 +First release of the PowerShell Tool Kit module. + +'@ } # End of PSData hashtable