Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
First stable version release
  • Loading branch information
Akaizoku committed Oct 5, 2018
1 parent 8d286d7 commit 35b9d01
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions PSTK.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Florian Carrier
#
# Generated on: 02/10/2018
# Generated on: 05/10/2018
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PSTK.psm1'

# Version number of this module.
ModuleVersion = '1.0'
ModuleVersion = '1.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -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'
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 35b9d01

Please sign in to comment.