PowerShell.PersistentPathStack.psd1

<#
  ╓──────────────────────────────────────────────────────────────────────────────────────
  ║ PowerShell Reddit Module
  ║
  ║ Manifest File Generated on 2023-02-14 07:40:52
  ║ Current Git Revision d8f7d2f7d78834106f60dc0cfdd38a67dd5eb0dd
  ╙──────────────────────────────────────────────────────────────────────────────────────
 #>


@{


    RootModule        =  'PowerShell.PersistentPathStack.psm1'

    ModuleVersion     = '1.0.73'

    GUID              = '6a7114be-f9a3-46b2-aea9-21cafb9d9a93'

    CompanyName       = 'Unknown'

    Author            = 'Guillaume Plante'

    Copyright         = '(c) 2020 Guillaume Plante. All rights reserved.'

    Description       = 'MODULE PowerShell.PersistentPathStack on 8:51 PM'

    PowerShellVersion = '5.0'

    RequiredAssemblies = @()

    # Private data to pass to the module specified in RootModule. 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       = @('PowerShell.PersistentPathStack')
            # A URL to the license for this module.
            LicenseUri = 'https://github.com/codecastor/PowerShell.PersistentPathStack/blob/main/COPYING'
            # A URL to the main website for this project.
            ProjectUri = 'https://github.com/codecastor/PowerShell.PersistentPathStack'
        } # End of PSData hashtable
    } # End of PrivateData hashtable


#̷\ ===================================================
#̷\ MODULE EXPORTED FUNCTIONS
#̷\ ===================================================

    # !NOTE! --- The following functions declaration was automatically generated by the build script. ---
    FunctionsToExport = @(

        # --- Exported Functions from PersistentPath.ps1 ---
        "New-PersistentPath",
        "Remove-PersistentPath",
        "Test-PersistentPath",
        "Get-PersistentPathStacks",
        "Get-PersistentPaths",
        "Clear-PersistentPaths",
        "Push-PersistentPath",
        "Pop-PersistentPath")
    

#̷\ ===================================================
#̷\ THE LIST OF EXPORTED ALIASES
#̷\ ===================================================

    # !NOTE! --- The following alias declaration was automatically generated by the build script. ---
    # List of all aliases packaged with this module

    AliasesToExport = @()

#̷\ ===================================================
#̷\ THE LIST OF FILES
#̷\ (IF COMPRESSED, WILL BE EMPTY)
#̷\ ===================================================

    FileList = @()

}