From 924356bc538623644b769cd734e420b04a6d4ffa Mon Sep 17 00:00:00 2001 From: Daniel Palme Date: Mon, 18 Mar 2024 23:11:44 +0100 Subject: [PATCH] Release 5.2.4 --- src/ReportGenerator.Core/Licensing/LicenseValidator.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ReportGenerator.Core/Licensing/LicenseValidator.cs b/src/ReportGenerator.Core/Licensing/LicenseValidator.cs index a3498f4e..10f4b598 100644 --- a/src/ReportGenerator.Core/Licensing/LicenseValidator.cs +++ b/src/ReportGenerator.Core/Licensing/LicenseValidator.cs @@ -28,6 +28,7 @@ internal static class LicenseValidator /// private static readonly Dictionary LockedLicences = new Dictionary() { + { Guid.Parse("3aa02577-3966-4c4b-a24a-9c490b0e7a71"), DateTime.MinValue }, { Guid.Parse("f7b8b8c5-811e-4b3d-92cf-f14a239ddca9"), DateTime.MinValue }, { Guid.Parse("c05081c1-2ced-4bfd-8cb8-3cf23094369f"), DateTime.MinValue }, { Guid.Parse("45404029-3119-4cc2-9e7c-aa9207673b15"), DateTime.MinValue },