FarGit.psd1

@{
    RootModule = 'FarGit.psm1'
    ModuleVersion = '0.2.0'
    GUID = 'fddc7916-0908-4b5a-998b-59861391d980'
    Author = 'Roman Kuzmin'
    Copyright = '(c) Roman Kuzmin'
    CompanyName = 'https://github.com/nightroman'
    Description = 'Git tools for Far Manager + PowerShellFar'

    PrivateData = @{
        PSData = @{
            Tags = @( 'Git', 'FarManager', 'PowerShellFar' )
            ProjectUri = 'https://github.com/nightroman/FarGit'
            LicenseUri = 'https://github.com/nightroman/FarGit/blob/main/LICENSE'
            ReleaseNotes = 'https://github.com/nightroman/FarGit/blob/main/Release-Notes.md'
        }
    }
}