Skip to content

Commit

Permalink
Fix signature verification issue
Browse files Browse the repository at this point in the history
  • Loading branch information
artemlos committed Jun 25, 2023
1 parent c73a0c2 commit e11fc41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LicenseServer/LicenseServerCore.csproj
Expand Up @@ -18,9 +18,9 @@

<PackageId>LicenseServer</PackageId>

<AssemblyVersion>2.12.2.0</AssemblyVersion>
<AssemblyVersion>2.12.3.0</AssemblyVersion>

<FileVersion>2.12.2.0</FileVersion>
<FileVersion>2.12.3.0</FileVersion>

<Copyright>Copyright © 2019 - 2023 Cryptolens AB</Copyright>

Expand Down
2 changes: 1 addition & 1 deletion LicenseServer/Program.cs
Expand Up @@ -109,7 +109,7 @@ public static void Initialization(string[] args, bool runAsService = false)
}
else
{
config = Helpers.ReadConfiguration(ConfigurationFromCryptolens);
config = Helpers.ReadConfiguration(ConfigurationFromCryptolens, Constants.RSAPubKey);
}

if (config == null)
Expand Down

0 comments on commit e11fc41

Please sign in to comment.