2018-05-03 00:56:06 +02:00
|
|
|
|
namespace Geekbot.net.Commands.Utils.Changelog
|
|
|
|
|
{
|
2018-05-03 21:20:49 +02:00
|
|
|
|
public class CommitInfoDto
|
2018-05-03 00:56:06 +02:00
|
|
|
|
{
|
2018-05-04 00:55:32 +02:00
|
|
|
|
public CommitAuthorDto Author { get; set; }
|
2018-05-03 00:56:06 +02:00
|
|
|
|
public string Message { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|