mirror of
https://github.com/FalloutCollaborationProject/Radio-Talk-Show.git
synced 2026-07-27 17:03:06 -07:00
Add About.xml for Radio Talk Show mod
Introduces the About.xml metadata file for the Radio Talk Show mod, specifying its name, author, package ID, description, supported version, and dependency on FCP Core/Tools.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ModMetaData>
|
||||
<name>Radio Talk Show</name>
|
||||
<author>FCP Team</author>
|
||||
<packageId>Rick.FCP.RadioTalkShow</packageId>
|
||||
<description>Radio talk show content and features for the Fallout Community Project.</description>
|
||||
<supportedVersions>
|
||||
<li>1.6</li>
|
||||
</supportedVersions>
|
||||
<modDependencies>
|
||||
<li>
|
||||
<packageId>Rick.FCP.Core.Tools</packageId>
|
||||
<displayName>FCP Core/Tools</displayName>
|
||||
</li>
|
||||
</modDependencies>
|
||||
</ModMetaData>
|
||||
Reference in New Issue
Block a user