V3 configuration migration no longer supported, you had enough time to upgrade

This commit is contained in:
RisaDev
2024-10-18 23:26:10 +03:00
parent 0a8104ccdb
commit cbb5e7ccd9
5 changed files with 39 additions and 146 deletions

View File

@@ -14,7 +14,7 @@ internal static class V3ProfileToV4Converter
var profile = new Profile
{
Name = $"{v3Profile.ProfileName} - {v3Profile.CharacterName}",
//CharacterName = v3Profile.CharacterName, //todo
//CharacterName = v3Profile.CharacterName, //no longer supported
CreationDate = v3Profile.CreationDate,
ModifiedDate = DateTimeOffset.UtcNow,
Enabled = v3Profile.Enabled,