add support for version placeholder in download links
This commit is contained in:
@@ -6,19 +6,12 @@ namespace ModpackUpdater;
|
||||
public class ModpackConfig
|
||||
{
|
||||
public bool Maintenance { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string UpdateUrl { get; set; }
|
||||
|
||||
public string InstallUrl { get; set; }
|
||||
|
||||
public string UnleashApiUrl { get; set; }
|
||||
|
||||
public string UnleashInstanceId { get; set; }
|
||||
|
||||
public bool PreferDirectLinks { get; set; }
|
||||
|
||||
public string MinecraftVersion { get; set; }
|
||||
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
|
||||
Reference in New Issue
Block a user