0003906: Bump SkinVersion and MinRequiredVersionDefault for 1.3.0Alpha (1 Viewer)

MediaPortal-Bot

Worlds greatest bot!
March 26, 2007
3,715
180
Home Country
Germany Germany
CompatibilityManager.cs has <br /> <br /> <br /> public static readonly Version SkinVersion = new Version(1, 2, 0, 0);<br /> private static readonly string MinRequiredVersionDefault = "1.1.8.0"; // 1.2.0 RC1<br /> <br /> Quote from Arion in conversation "MP uses SkinVersion private const in Mediaportal.cs<br /> Themes manager uses SkinVersion public static variable (the one we have to change for MPEI as well) in CompatibilityManager.cs<br /> <br /> We should change MP to use the CompatibilityManager one. But lets leave that for Beta, for now lets just bump both (I think it is safer this way). "<br /> <br /> MediaPortal.cs has<br /> <br /> private Version SkinVersion = new Version(1, 3, 0, 0);<br /> <br /> Not sure if anything needs changing here, but arion knows.<br /> <br /> With this change, theme versions will be okay as 1.3.0.0 for the alpha.

Continue reading...
 

Users who are viewing this thread

Top Bottom