|
| 1 | +# |
| 2 | +# Module manifest for module 'RFC' |
| 3 | +# |
| 4 | +# Generated by: jimtru |
| 5 | +# |
| 6 | +# Generated on: 4/22/19 |
| 7 | +# |
| 8 | + |
| 9 | +@{ |
| 10 | + |
| 11 | +# Script module or binary module file associated with this manifest. |
| 12 | +RootModule = 'RFC.psm1' |
| 13 | + |
| 14 | +# Version number of this module. |
| 15 | +ModuleVersion = '0.0.1' |
| 16 | + |
| 17 | +# Supported PSEditions |
| 18 | +# CompatiblePSEditions = @() |
| 19 | + |
| 20 | +# ID used to uniquely identify this module |
| 21 | +GUID = 'e05ba184-7bd8-4a16-9f41-93d7c7bd4ee6' |
| 22 | + |
| 23 | +# Author of this module |
| 24 | +Author = 'jimtru' |
| 25 | + |
| 26 | +# Company or vendor of this module |
| 27 | +CompanyName = 'Microsoft' |
| 28 | + |
| 29 | +# Copyright statement for this module |
| 30 | +Copyright = 'Copyright (c) Microsoft Corporation. All rights reserved.' |
| 31 | + |
| 32 | +# Description of the functionality provided by this module |
| 33 | +# Description = '' |
| 34 | + |
| 35 | + |
| 36 | +# Type files (.ps1xml) to be loaded when importing this module |
| 37 | +TypesToProcess = @('RFC.Types.ps1xml') |
| 38 | + |
| 39 | +# Format files (.ps1xml) to be loaded when importing this module |
| 40 | +FormatsToProcess = @('RFC.Formats.ps1xml') |
| 41 | + |
| 42 | +# 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. |
| 43 | +FunctionsToExport = @( |
| 44 | + 'Get-MaxRFCNumber', 'Get-MaxRFC', 'Get-PullRFCNumber', 'Get-RFCPullRequest', |
| 45 | + 'Get-HighestPullRFCNumber', 'Get-NextRFCNumber', 'Get-NextRFCFileName', 'Get-GitFork', |
| 46 | + 'Get-GitBranchesFromFork', 'Get-GitTreeFromBranch', 'Get-LastCommit', 'Get-RepoFileList', |
| 47 | + 'Get-PR', |
| 48 | + "Set-Header", "Get-Header", "Remove-Header" |
| 49 | + ) |
| 50 | + |
| 51 | +# 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. |
| 52 | +CmdletsToExport = @() |
| 53 | + |
| 54 | +# Variables to export from this module |
| 55 | +VariablesToExport = '*' |
| 56 | + |
| 57 | +# 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. |
| 58 | +AliasesToExport = @() |
| 59 | + |
| 60 | +# 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. |
| 61 | +PrivateData = @{ |
| 62 | + |
| 63 | + PSData = @{ |
| 64 | + |
| 65 | + } # End of PSData hashtable |
| 66 | + |
| 67 | +} # End of PrivateData hashtable |
| 68 | + |
| 69 | +} |
| 70 | + |
| 71 | + |
| 72 | + |
0 commit comments