Skip to content

Commit 924356b

Browse files
committed
Release 5.2.4
1 parent 6ed6d26 commit 924356b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReportGenerator.Core/Licensing/LicenseValidator.cs

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ internal static class LicenseValidator
2828
/// </summary>
2929
private static readonly Dictionary<Guid, DateTime> LockedLicences = new Dictionary<Guid, DateTime>()
3030
{
31+
{ Guid.Parse("3aa02577-3966-4c4b-a24a-9c490b0e7a71"), DateTime.MinValue },
3132
{ Guid.Parse("f7b8b8c5-811e-4b3d-92cf-f14a239ddca9"), DateTime.MinValue },
3233
{ Guid.Parse("c05081c1-2ced-4bfd-8cb8-3cf23094369f"), DateTime.MinValue },
3334
{ Guid.Parse("45404029-3119-4cc2-9e7c-aa9207673b15"), DateTime.MinValue },

0 commit comments

Comments
 (0)