V3 configuration migration no longer supported, you had enough time to upgrade
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user