PSGitChangeLog.psd1

#
# Module manifest for module 'PSGitChangeLog'
#
# Generated by: MichielThai
#
# Generated on: 2/2/2020
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'PSGitChangeLog'

# Version number of this module.
ModuleVersion = '0.1.2'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '6acdd31c-6f88-4c2d-817f-5f768fe62acf'

# Author of this module
Author = 'MichielThai'

# Company or vendor of this module
CompanyName = ''

# Copyright statement for this module
Copyright = '(c) 2019 MichielThai. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Create Gitlog Changelog'

# Minimum version of the Windows PowerShell engine required by this module
# PowerShellVersion = ''

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# 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 = '*'

# 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 = @()

# Variables to export from this module
VariablesToExport = '*'

# Aliases 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 aliases to export.
AliasesToExport = @()

# DSC resources to export from this module
# DscResourcesToExport = @()

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        # Tags = @()

        # A URL to the license for this module.
        # LicenseUri = ''

        # A URL to the main website for this project.
        # ProjectUri = ''

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        ReleaseNotes = '# Changelog (Updated on 2020-02-02)
## Version 0.1
### 0.1.2
 [????? 738c4e9e](https://github.com/mieel/PSGitChangeLog/commit/738c4e9e25775d714e2d447bb1d137ddfe3fad32) - *02/02/2020 21:13:59*
  
#### Improvements
 - ?? Enable ContiniousDeploymentMode - @[738c4e9e](https://github.com/mieel/PSGitChangeLog/commit/738c4e9e)
  
### 0.1.1
 [????? ead06e45](https://github.com/mieel/PSGitChangeLog/commit/ead06e4559f6208a087e9e51601abc56cc38e4fc) - *02/02/2020 16:51:06*
  
#### Other
 - Add Major, Minor params: - @[afa9000d](https://github.com/mieel/PSGitChangeLog/commit/afa9000d)
 - ?? Add Example - @[eb28c74e](https://github.com/mieel/PSGitChangeLog/commit/eb28c74e)
  
### 0.1.0
 [????? 8373b23d](https://github.com/mieel/PSGitChangeLog/commit/8373b23d5d5e49fd8441fd123e07cf766ce5cdcd) - *02/02/2020 16:06:31*
  
#### Improvements
 - ?? Change Latest to LatestTag switch for clarity - @[df2d1e31](https://github.com/mieel/PSGitChangeLog/commit/df2d1e31)
  
#### Fixes
 - ?? Fix Regex to match JIRA ProjectKeys that has a number eg ''C2C'' - @[77dccfc9](https://github.com/mieel/PSGitChangeLog/commit/77dccfc9)
  
#### Configuration
 - ?? yml include paths - @[aedb5d3f](https://github.com/mieel/PSGitChangeLog/commit/aedb5d3f)
 - ?? use GitVersion - @[5f8103c0](https://github.com/mieel/PSGitChangeLog/commit/5f8103c0)
 - ?? add exclude on .md files - @[f84a56bb](https://github.com/mieel/PSGitChangeLog/commit/f84a56bb)
  
#### Optimalisations
 - ?? Add default FetchDepth for performance + Code cleanup - @[6886818b](https://github.com/mieel/PSGitChangeLog/commit/6886818b)
 - ?? Reduce convertFrom/To Json step - @[f5d33a16](https://github.com/mieel/PSGitChangeLog/commit/f5d33a16)
 - ?? Create Get-FilteredRelease - @[73e65382](https://github.com/mieel/PSGitChangeLog/commit/73e65382)
 - ?? Replace Write-Host with Write-Information - @[e80dab66](https://github.com/mieel/PSGitChangeLog/commit/e80dab66)
  
#### Other
 - ?? Add comment - @[d963a19e](https://github.com/mieel/PSGitChangeLog/commit/d963a19e)
 - Merge branch ''master'' of https://github.com/mieel/PSGitChangeLog - @[4c6143ee](https://github.com/mieel/PSGitChangeLog/commit/4c6143ee)
  
## Version 0.0
### 0.0.8
 [????? 33a1650c](https://github.com/mieel/PSGitChangeLog/commit/33a1650c1a3d8d1da91bb24d86d51ba4e7e7e969) - *11/29/2019 17:36:35*
  
#### Improvements
 - ?? Add support for revert: code - @[af36c497](https://github.com/mieel/PSGitChangeLog/commit/af36c497)
  
#### Fixes
 - ?? fix pipeline - @[9416849d](https://github.com/mieel/PSGitChangeLog/commit/9416849d)
 - ?? fix Config path - @[d762b9c3](https://github.com/mieel/PSGitChangeLog/commit/d762b9c3)
 - ?? Fix Default value for configfile - @[a38ccbea](https://github.com/mieel/PSGitChangeLog/commit/a38ccbea)
 - ?? Fix error when the latest commit has no release tag - @[43ca4405](https://github.com/mieel/PSGitChangeLog/commit/43ca4405)
 - ?? add remote name to git log - @[f082f739](https://github.com/mieel/PSGitChangeLog/commit/f082f739)
 - ?? Fix message length - @[60330038](https://github.com/mieel/PSGitChangeLog/commit/60330038)
  
#### Configuration
 - ?? Add print Build/System variables - @[d42bdccf](https://github.com/mieel/PSGitChangeLog/commit/d42bdccf)
 - Create test.yml - @[7f951d33](https://github.com/mieel/PSGitChangeLog/commit/7f951d33)
 - test: Exclude PSUseBOMForUnicodeEncodedFile - @[5bbc3a54](https://github.com/mieel/PSGitChangeLog/commit/5bbc3a54)
 - test: remove unused variable - @[0aeaa0a9](https://github.com/mieel/PSGitChangeLog/commit/0aeaa0a9)
 - Update test.yml - @[a66ba947](https://github.com/mieel/PSGitChangeLog/commit/a66ba947)
 - Update README.md - @[ab5750b9](https://github.com/mieel/PSGitChangeLog/commit/ab5750b9)
 - ?? Use local version of PSGitChangeLog - @[31e3eb5a](https://github.com/mieel/PSGitChangeLog/commit/31e3eb5a)
 - Update README.md - @[9338c323](https://github.com/mieel/PSGitChangeLog/commit/9338c323)
 - ?? Add print Build/System variables - @[c44d7f6c](https://github.com/mieel/PSGitChangeLog/commit/c44d7f6c)
 - Merge pull request #2 from mieel/pull/test - @[f9d08bee](https://github.com/mieel/PSGitChangeLog/commit/f9d08bee)
  
#### Other
 - Merge branch ''master'' of https://github.com/mieel/PSGitChangeLog - @[f0e12214](https://github.com/mieel/PSGitChangeLog/commit/f0e12214)
 - use Get-GitChangelog - @[1b1f774f](https://github.com/mieel/PSGitChangeLog/commit/1b1f774f)
 - Merge branch ''master'' of https://github.com/mieel/PSGitChangeLog - @[52a6cbb4](https://github.com/mieel/PSGitChangeLog/commit/52a6cbb4)
 - Merge pull request #3 from mieel/mieel- - @[4733ad11](https://github.com/mieel/PSGitChangeLog/commit/4733ad11) #[patch-1](https://github.com/mieel/PSGitChangeLog/issues/patch-1)
  
### 0.0.7
 [????? 0bfc881a](https://github.com/mieel/PSGitChangeLog/commit/0bfc881afe395890c10de5dcb5f38e84b625e785) - *11/26/2019 10:49:55*
  
#### Re-build
### 0.0.6
 [????? abde4b1d](https://github.com/mieel/PSGitChangeLog/commit/abde4b1d27fb1604f37d75d0f221d3c0648632ce) - *11/21/2019 22:57:17*
  
#### Configuration
 - Update README.md - @[abde4b1d](https://github.com/mieel/PSGitChangeLog/commit/abde4b1d)
  
### 0.0.5
 [????? e17ed7d0](https://github.com/mieel/PSGitChangeLog/commit/e17ed7d0584c401f4880d5b6bc20f660a6ff17dc) - *11/21/2019 22:50:41*
  
#### Configuration
 - ?? create local git tag so that it shows on the changelog - @[3d1c105f](https://github.com/mieel/PSGitChangeLog/commit/3d1c105f)
 - ?? use UTF8 encoding - @[e8b4a5af](https://github.com/mieel/PSGitChangeLog/commit/e8b4a5af)
 - Update README.md - @[235db4f0](https://github.com/mieel/PSGitChangeLog/commit/235db4f0)
 - ?? use Force when installing modules - @[2766127a](https://github.com/mieel/PSGitChangeLog/commit/2766127a)
  
### 0.0.4
 [????? 818d1a43](https://github.com/mieel/PSGitChangeLog/commit/818d1a43633b856c43f9bb30b61d5830eae2f1a9) - *11/21/2019 21:59:38*
  
#### Configuration
 - ?? use UTF8 encoding - @[818d1a43](https://github.com/mieel/PSGitChangeLog/commit/818d1a43)
  
### 0.0.3
 [????? 67ca43a3](https://github.com/mieel/PSGitChangeLog/commit/67ca43a32bdbb0e045d938ba8c27f1aea512517f) - *11/21/2019 21:55:24*
  
#### Improvements
 - ?? Move Parameters to config file - @[8f926582](https://github.com/mieel/PSGitChangeLog/commit/8f926582)
  
#### Fixes
 - ?? Fix where empty TagPrefix would be a component - @[681293c7](https://github.com/mieel/PSGitChangeLog/commit/681293c7)
 - ?? Add support for tags with no tagprefix - @[ea3270db](https://github.com/mieel/PSGitChangeLog/commit/ea3270db)
 - ?? fix publish script - @[2c5f3e11](https://github.com/mieel/PSGitChangeLog/commit/2c5f3e11)
  
#### Configuration
 - Create build.yml - @[055c97ca](https://github.com/mieel/PSGitChangeLog/commit/055c97ca)
 - ????? Publish script to PSGAllery - @[7c859910](https://github.com/mieel/PSGitChangeLog/commit/7c859910)
 - Add Testresults, New SemVerId - @[d5372e73](https://github.com/mieel/PSGitChangeLog/commit/d5372e73)
 - Set up CI with Azure Pipelines - @[2ae39ba3](https://github.com/mieel/PSGitChangeLog/commit/2ae39ba3)
 - ?? ensure Pester - @[4e15ef11](https://github.com/mieel/PSGitChangeLog/commit/4e15ef11)
 - ?? Add -force to install-module - @[380a222a](https://github.com/mieel/PSGitChangeLog/commit/380a222a)
  
#### Optimalisations
 - ?? add Validate set - @[4c339bd2](https://github.com/mieel/PSGitChangeLog/commit/4c339bd2)
  
#### Other
 - Add PSSA - @[f8c1a2b9](https://github.com/mieel/PSGitChangeLog/commit/f8c1a2b9)
 - add Github release step - @[359ffc48](https://github.com/mieel/PSGitChangeLog/commit/359ffc48)
 - Merge branch ''master'' of https://github.com/mieel/PSGitChangeLog - @[6e42dfef](https://github.com/mieel/PSGitChangeLog/commit/6e42dfef)
 - Move intentcodes to config, add Audience - @[0fe4a1e8](https://github.com/mieel/PSGitChangeLog/commit/0fe4a1e8)
 - Merge remote-tracking branch ''origin/master'' - @[ba0c52f9](https://github.com/mieel/PSGitChangeLog/commit/ba0c52f9)
 - Merge branch ''master'' of https://github.com/mieel/PSGitChangeLog - @[1c9d5ac7](https://github.com/mieel/PSGitChangeLog/commit/1c9d5ac7)
  
### 0.0.2
 [????? 8173f535](https://github.com/mieel/PSGitChangeLog/commit/8173f535a0a2a0dce382bd6a462b48b080bcb4bb) - *11/20/2019 09:54:27*
  
#### Improvements
 - ?? Add support for lightweight tags - @[8173f535](https://github.com/mieel/PSGitChangeLog/commit/8173f535)
  
### 0.0.1
 [????? e134e7ab](https://github.com/mieel/PSGitChangeLog/commit/e134e7ab36f899f02f31bf7be5e86ac90ab99ac9) - *11/20/2019 09:25:27*
  
#### Other
 - Initial commit - @[858dbdf3](https://github.com/mieel/PSGitChangeLog/commit/858dbdf3)
 - Create Get-GitTagList.Tools.ps1 - @[4ef77cc3](https://github.com/mieel/PSGitChangeLog/commit/4ef77cc3)
 - Create Get-GitHistory.Tools.ps1 - @[cd1e997a](https://github.com/mieel/PSGitChangeLog/commit/cd1e997a)
'


        # Prerelease string of this module
        # Prerelease = ''

        # Flag to indicate whether the module requires explicit user acceptance for install/update/save
        # RequireLicenseAcceptance = $false

        # External dependent modules of this module
        # ExternalModuleDependencies = @()

    } # End of PSData hashtable

 } # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}