rhubarb-geek-nz.RuneWithAView.psd1

@{
    RootModule = 'RuneWithAView.psm1'
    ModuleVersion = '1.0.0'
    GUID = '52d7048d-73ad-4f45-8692-fdb27970bd0e'
    Author = 'Roger Brown'
    CompanyName = 'rhubarb-geek-nz'
    Copyright = 'Copyright © 2026 Roger Brown'
    Description = 'View format for Rune'
    FunctionsToExport = @()
    CmdletsToExport = @()
    VariablesToExport = '*'
    AliasesToExport = @()
    RequiredModules = @()
    PrivateData = @{
        PSData = @{
            ProjectUri = 'https://github.com/rhubarb-geek-nz/RuneWithAView'
        }
    }
}