Changes

Jump to navigation Jump to search
bump example minimum versions for SDV 1.5
Line 18: Line 18:  
   "UniqueID": "YourName.YourProjectName",
 
   "UniqueID": "YourName.YourProjectName",
 
   "EntryDll": "YourDllFileName.dll",
 
   "EntryDll": "YourDllFileName.dll",
   "MinimumApiVersion": "3.0.0",
+
   "MinimumApiVersion": "3.8.0",
 
   "UpdateKeys": []
 
   "UpdateKeys": []
 
}
 
}
Line 82: Line 82:     
===Minimum SMAPI version===
 
===Minimum SMAPI version===
The <tt>MinimumApiVersion</tt> fields sets the minimum SMAPI version needed to use this mod. If a player tries to use the mod with an older SMAPI version, they'll see a friendly message saying they need to update SMAPI. This also serves as a proxy for the minimum game version, since SMAPI itself enforces a minimum game version. Example: <source lang="javascript">"MinimumApiVersion": "2.11.1"</source>
+
The <tt>MinimumApiVersion</tt> fields sets the minimum SMAPI version needed to use this mod. If a player tries to use the mod with an older SMAPI version, they'll see a friendly message saying they need to update SMAPI. This also serves as a proxy for the minimum game version, since SMAPI itself enforces a minimum game version. Example: <source lang="javascript">"MinimumApiVersion": "3.8.0"</source>
    
===Dependencies===
 
===Dependencies===
translators
8,446

edits

Navigation menu