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 = '2.0.0' Copyright = '© 2026 Subatomix Research Inc.' PrivateData = @{ PSData = @{ Prerelease = 'pre01' } } # This file exists only to demonstrate .psd1.t templates. # When using this project as a template, it is OK to delete this file. } |