From 8fed08b67cbf4cbc7659801500e659af39e038d4 Mon Sep 17 00:00:00 2001 From: danielpalme Date: Sun, 2 Apr 2023 14:40:27 +0200 Subject: [PATCH] Licenses --- src/ReportGenerator.Core/Licensing/LicenseValidator.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ReportGenerator.Core/Licensing/LicenseValidator.cs b/src/ReportGenerator.Core/Licensing/LicenseValidator.cs index 05a557d0..556164a3 100644 --- a/src/ReportGenerator.Core/Licensing/LicenseValidator.cs +++ b/src/ReportGenerator.Core/Licensing/LicenseValidator.cs @@ -29,7 +29,9 @@ internal static class LicenseValidator private static readonly Dictionary LockedLicences = new Dictionary() { { Guid.Parse("c05081c1-2ced-4bfd-8cb8-3cf23094369f"), DateTime.MinValue }, + { Guid.Parse("9717392c-fc55-415f-a1bf-1a407c9ec705"), new DateTime(2023, 12, 1) }, { Guid.Parse("70dcfc78-6ca3-4a0b-bb43-a3840e39ff4f"), new DateTime(2024, 1, 1) }, + { Guid.Parse("6e4d43dd-84a5-40fd-beb2-34f3c4930994"), new DateTime(2024, 4, 1) }, }; ///