Skip to content

Commit f5ecb5b

Browse files
committed
Licenses
1 parent fe71279 commit f5ecb5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReportGenerator.Core/Licensing/LicenseValidator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ internal static class LicenseValidator
3535
{ Guid.Parse("0208bdf2-e775-4c5e-8765-4ebc615cbc17"), DateTime.MinValue },
3636
{ Guid.Parse("860a488f-b3ce-4294-ae75-e331546ee830"), DateTime.MinValue },
3737
{ Guid.Parse("8f66e7a8-e6c0-4a31-9747-67ed27b5f721"), DateTime.MinValue },
38+
{ Guid.Parse("265472d9-799d-44db-b7f2-b8da433812f9"), new DateTime(2023, 7, 28) },
3839
{ Guid.Parse("16823d5b-b7da-48b7-94d9-73dbce61059c"), new DateTime(2023, 11, 1) },
40+
{ Guid.Parse("14978526-1719-48cb-aa6d-6d48b7a99af9"), new DateTime(2023, 11, 1) },
3941
{ Guid.Parse("9717392c-fc55-415f-a1bf-1a407c9ec705"), new DateTime(2023, 12, 1) },
40-
{ Guid.Parse("265472d9-799d-44db-b7f2-b8da433812f9"), new DateTime(2023, 7, 28) },
4142
{ Guid.Parse("70dcfc78-6ca3-4a0b-bb43-a3840e39ff4f"), new DateTime(2024, 1, 1) },
4243
{ Guid.Parse("6e4d43dd-84a5-40fd-beb2-34f3c4930994"), new DateTime(2024, 4, 1) },
43-
{ Guid.Parse("14978526-1719-48cb-aa6d-6d48b7a99af9"), new DateTime(2024, 11, 1) },
4444
};
4545

4646
/// <summary>

0 commit comments

Comments
 (0)