diff --git a/src/WinGet.RestSource.Utils/Models/Arrays/Tags.cs b/src/WinGet.RestSource.Utils/Models/Arrays/Tags.cs index 5e4e45bd..033ce3f9 100644 --- a/src/WinGet.RestSource.Utils/Models/Arrays/Tags.cs +++ b/src/WinGet.RestSource.Utils/Models/Arrays/Tags.cs @@ -17,7 +17,7 @@ public class Tags : ApiArray { private const bool Nullable = true; private const bool Unique = true; - private const uint Max = 16; + private const uint Max = 64; private static readonly Type Validator = typeof(TagValidator); ///