RussianCalendar.psd1

@{
    Description = 'RussianCalendar'
    RootModule = 'RussianCalendar.psm1'
    ModuleVersion = '1.20.12.21'
    GUID = '8e0cef1b-a7e6-4107-8d25-34d6d6bb3c18'
    Author = 'Saw-Friendship'
    CompanyName = 'HOME'
    Copyright = 'Saw-Friendship'
    AliasesToExport = @('cal')
    FunctionsToExport = @(
        ,'Show-Calendar'
        ,'Set-CalendarApiKey'
        ,'Find-CalendarApiVersion'
        ,'Measure-CalendarYear'
        ,'Update-CalendarFile'
    )
    # CmdletsToExport = '*'
    # VariablesToExport = '*'
    # CompatiblePSEditions = @()
    # PowerShellVersion = ''
    # PowerShellHostName = ''
    # PowerShellHostVersion = ''
    # DotNetFrameworkVersion = ''
    # CLRVersion = ''
    # ProcessorArchitecture = ''
    # RequiredModules = @()
    # RequiredAssemblies = @()
    # ScriptsToProcess = @()
    # TypesToProcess = @()
    # FormatsToProcess = @()
    # NestedModules = @()
    # DscResourcesToExport = @()
    # ModuleList = @()
    # FileList = @()
    PrivateData = @{
        PSData = @{
            # Tags = @()
            # LicenseUri = ''
            # ProjectUri = ''
            # IconUri = ''
            # ReleaseNotes = ''
        }
    }
}