AnotherModule/AnotherModule.psd1

# Copyright Subatomix Research Inc.
# SPDX-License-Identifier: MIT-0
# ^ Remove this header when using this file as a template in other projects.
@{
    ModuleVersion = '1.2.0'
    Copyright     = '© 2025 Subatomix Research Inc.'
    PrivateData   = @{ PSData = @{ Prerelease = 'pre0' } }

    # This file exists only to demonstrate that one project can have multiple
    # .psd1.t files. When using this project as a template, it is OK to delete
    # this file.
}