namespace Geekbot.net.Commands.Utils.Changelog { internal class CommitDto { public CommitInfoDto Commit { get; set; } } }