Stardew_Valley_Mods/GeneralMods/SimpleSoundManager/manifest.json

16 lines
395 B
JSON
Raw Normal View History

{
"Name": "Simple Sound Manager",
"Author": "Alpha_Omegasis",
"Version": {
"MajorVersion": 1,
"MinorVersion": 0,
2017-10-12 04:20:46 +08:00
"PatchVersion": 1,
"Build": null
},
"MinimumApiVersion": "1.15",
"Description": "A simple framework to play sounds from wave banks.",
"UniqueID": "Omegasis.SimpleSoundManager",
2017-10-12 03:57:36 +08:00
"EntryDll": "SimpleSoundManager.dll",
"UpdateKeys": [ "Nexus:1410" ]
}