Fixes
This commit is contained in:
parent
e3adf55742
commit
0828130ae8
8 changed files with 16 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace Geekbot.net.Commands.Utils.Changelog
|
||||
{
|
||||
internal class CommitAuthorDto
|
||||
public class CommitAuthorDto
|
||||
{
|
||||
public DateTimeOffset Date { get; set; }
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace Geekbot.net.Commands.Utils.Changelog
|
||||
{
|
||||
internal class CommitDto
|
||||
public class CommitDto
|
||||
{
|
||||
public CommitInfoDto Commit { get; set; }
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace Geekbot.net.Commands.Utils.Changelog
|
||||
{
|
||||
internal class CommitInfoDto
|
||||
public class CommitInfoDto
|
||||
{
|
||||
public CommitAuthorDto AuthorDto { get; set; }
|
||||
public string Message { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue