From 476481f808960178385710dc06819b1a0a848520 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Tue, 7 Mar 2023 19:38:12 +0200 Subject: [PATCH] Tuitio refactoring --- ReleaseNotes.xml | 4 ++-- src/Tuitio.Domain/Models/Account/Records.cs | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 {