Skip to content

Commit

Permalink
Update Variables.cs
Browse files Browse the repository at this point in the history
Syncfusion key
  • Loading branch information
LAB02-Admin authored Nov 24, 2021
1 parent c30ff88 commit 5146340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HASSAgent/Variables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class Variables
public static string ApplicationName { get; } = Assembly.GetExecutingAssembly().GetName().Name;
public static string ApplicationExecutable { get; } = Assembly.GetExecutingAssembly().Location;
public static string Version { get; } = $"{Assembly.GetExecutingAssembly().GetName().Version.Major}.{Assembly.GetExecutingAssembly().GetName().Version.Minor}.{Assembly.GetExecutingAssembly().GetName().Version.Build}.{Assembly.GetExecutingAssembly().GetName().Version.Revision}";
internal static string SyncfusionLicense => "";
internal static string SyncfusionLicense => "NTA2NTgzQDMxMzkyZTMyMmUzMEhrMG96Rmx5N3JCTmJYT1o0R0g1ZjVlUVdoSDJvRFNSS0QvcktBSXhsb1U9";

/// <summary>
/// Internal references
Expand Down

0 comments on commit 5146340

Please sign in to comment.