using System; namespace Geekbot.net.Commands.Utils.Changelog { internal class CommitAuthorDto { public DateTimeOffset Date { get; set; } } }