diff --git a/ReleaseNotes.xml b/ReleaseNotes.xml index d61ba5e..c0c61ed 100644 --- a/ReleaseNotes.xml +++ b/ReleaseNotes.xml @@ -64,8 +64,8 @@ 2.1.0 ◾ Tuitio refactoring - ◾ Added account logout method - ◾ Tuitio performance optimizations + ◾ Added account logout method + ◾ Tuitio performance optimizations \ No newline at end of file diff --git a/src/Tuitio.Domain/Models/Account/Records.cs b/src/Tuitio.Domain/Models/Account/Records.cs index 359d06b..731661c 100644 --- a/src/Tuitio.Domain/Models/Account/Records.cs +++ b/src/Tuitio.Domain/Models/Account/Records.cs @@ -1,4 +1,6 @@ -using System; +// Copyright (c) 2020 Tudor Stanciu + +using System; namespace Tuitio.Domain.Models.Account {