2.0.7.16
This commit is contained in:
@@ -43,8 +43,7 @@ public class CPlusChangeLog
|
|||||||
|
|
||||||
private static void Add2_0_7_16(Changelog log)
|
private static void Add2_0_7_16(Changelog log)
|
||||||
=> log.NextVersion("Version 2.0.7.16")
|
=> log.NextVersion("Version 2.0.7.16")
|
||||||
.RegisterHighlight("Support for 7.2 and Dalamud API 12.")
|
.RegisterImportant("Support for update 7.2 and Dalamud API 12.");
|
||||||
.RegisterEntry("Source code maintenance - external libraries update.");
|
|
||||||
|
|
||||||
private static void Add2_0_7_15(Changelog log)
|
private static void Add2_0_7_15(Changelog log)
|
||||||
=> log.NextVersion("Version 2.0.7.15")
|
=> log.NextVersion("Version 2.0.7.15")
|
||||||
@@ -71,7 +70,7 @@ public class CPlusChangeLog
|
|||||||
|
|
||||||
private static void Add2_0_7_2(Changelog log)
|
private static void Add2_0_7_2(Changelog log)
|
||||||
=> log.NextVersion("Version 2.0.7.2")
|
=> log.NextVersion("Version 2.0.7.2")
|
||||||
.RegisterHighlight("Support for 7.1 and Dalamud API 11.")
|
.RegisterImportant("Support for 7.1 and Dalamud API 11.")
|
||||||
.RegisterHighlight("Fixed an issue which prevented owned characters (such as Carbuncles and Trust NPCs) from being detected. (2.0.7.1)")
|
.RegisterHighlight("Fixed an issue which prevented owned characters (such as Carbuncles and Trust NPCs) from being detected. (2.0.7.1)")
|
||||||
|
|
||||||
.RegisterEntry("Source code maintenance - external libraries update.");
|
.RegisterEntry("Source code maintenance - external libraries update.");
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
"TestingAssemblyVersion": "2.0.7.15",
|
"TestingAssemblyVersion": "2.0.7.15",
|
||||||
"RepoUrl": "https://github.com/Aether-Tools/CustomizePlus",
|
"RepoUrl": "https://github.com/Aether-Tools/CustomizePlus",
|
||||||
"ApplicableVersion": "any",
|
"ApplicableVersion": "any",
|
||||||
"DalamudApiLevel": 11,
|
"DalamudApiLevel": 12,
|
||||||
"TestingDalamudApiLevel": 11,
|
"TestingDalamudApiLevel": 12,
|
||||||
"IsHide": "False",
|
"IsHide": "False",
|
||||||
"IsTestingExclusive": "False",
|
"IsTestingExclusive": "False",
|
||||||
"DownloadCount": 0,
|
"DownloadCount": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user