RussianCalendar.psd1

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