Option Strict On
Option Explicit On

Namespace Nexamas.UI.ThemeStudio

    ''' <summary>
    ''' Public contract facts for the Phase 5 Theme Studio / Surface Designer foundation.
    ''' </summary>
    ''' <remarks>
    ''' The version belongs to the design-inspection contract, not to package versioning.
    ''' It lets gates, tests, and future Showcase pages confirm they are using the expected
    ''' Theme Studio snapshot model without reading internal implementation details.
    ''' </remarks>
    <Global.System.ComponentModel.EditorBrowsable(Global.System.ComponentModel.EditorBrowsableState.Advanced)>
    Friend NotInheritable Class MASThemeStudioContractVersion
        Private Sub New()
        End Sub

        Friend Const Current As Integer = 1
        Friend Const PhaseName As String = "Phase 5 - Theme Studio / Surface Designer Foundation"
    End Class

End Namespace
