From d5cd5693196174227ffc721b7a64ef26ef3a230d Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Sun, 30 Aug 2020 13:01:39 -0400 Subject: [PATCH] clean up comments --- InternalUtilities/Account.cs | 1 + LibationLauncher/LibationLauncher.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/InternalUtilities/Account.cs b/InternalUtilities/Account.cs index 42a2706c..12accb88 100644 --- a/InternalUtilities/Account.cs +++ b/InternalUtilities/Account.cs @@ -50,6 +50,7 @@ namespace InternalUtilities } private string _decryptKey = ""; + /// aka: activation bytes public string DecryptKey { get => _decryptKey; diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj index 650c11b5..c9a2c28e 100644 --- a/LibationLauncher/LibationLauncher.csproj +++ b/LibationLauncher/LibationLauncher.csproj @@ -13,7 +13,7 @@ win-x64 - 3.1.12.315 + 3.1.12.316