Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.3.0 Alpha
-
None
-
Operating System: Windows VISTA
Platform: Intel
Description
CompatibilityManager.cs has
public static readonly Version SkinVersion = new Version(1, 2, 0, 0);
private static readonly string MinRequiredVersionDefault = "1.1.8.0"; // 1.2.0 RC1
Quote from Arion in conversation "MP uses SkinVersion private const in Mediaportal.cs
Themes manager uses SkinVersion public static variable (the one we have to change for MPEI as well) in CompatibilityManager.cs
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). "
MediaPortal.cs has
private Version SkinVersion = new Version(1, 3, 0, 0);
Not sure if anything needs changing here, but arion knows.
With this change, theme versions will be okay as 1.3.0.0 for the alpha.
public static readonly Version SkinVersion = new Version(1, 2, 0, 0);
private static readonly string MinRequiredVersionDefault = "1.1.8.0"; // 1.2.0 RC1
Quote from Arion in conversation "MP uses SkinVersion private const in Mediaportal.cs
Themes manager uses SkinVersion public static variable (the one we have to change for MPEI as well) in CompatibilityManager.cs
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). "
MediaPortal.cs has
private Version SkinVersion = new Version(1, 3, 0, 0);
Not sure if anything needs changing here, but arion knows.
With this change, theme versions will be okay as 1.3.0.0 for the alpha.