Skip to content

Commit

Permalink
Release 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Mar 18, 2024
1 parent 6ed6d26 commit 924356b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ReportGenerator.Core/Licensing/LicenseValidator.cs
Expand Up @@ -28,6 +28,7 @@ internal static class LicenseValidator
/// </summary>
private static readonly Dictionary<Guid, DateTime> LockedLicences = new Dictionary<Guid, DateTime>()
{
{ 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 },
Expand Down

0 comments on commit 924356b

Please sign in to comment.