using UnityEngine; namespace Artees.UnitySemVer { /// /// Indicates that a string is a semantic version. It looks like in the Unity's Inspector. /// public class SemVerAttribute : PropertyAttribute { } }