From 5751cc029e92fe2a7bb5ff8f0d8138a788a5b583 Mon Sep 17 00:00:00 2001 From: Conner Turnbull Date: Tue, 10 Jun 2025 11:24:26 -0400 Subject: [PATCH] Removed obsolete tag for now --- src/Core/Models/Business/OrganizationLicense.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Models/Business/OrganizationLicense.cs b/src/Core/Models/Business/OrganizationLicense.cs index af6e5b30e9..b93b8ffaf4 100644 --- a/src/Core/Models/Business/OrganizationLicense.cs +++ b/src/Core/Models/Business/OrganizationLicense.cs @@ -6,7 +6,6 @@ namespace Bit.Core.Models.Business; public class OrganizationLicense : BaseLicense { - [Obsolete("No longer used in the JWT based license format")] public const int CurrentLicenseFileVersion = 15; [LicenseVersion(1)]