Uploaded image for project: 'MediaPortal 1'
  1. MediaPortal 1
  2. MP1-2230

Bump SkinVersion in CompatibilityManager for 1.3.0Alpha

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.3.0 Alpha
    • 1.3.0 Alpha
    • Skin Engine
    • 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.

      Attachments

        Activity

          People

            arion_p arion_p (Inactive)
            elliottmc elliottmc (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: