From 1f90def09e100f183fefd5bd998d01e943451f39 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)]