Skip to content

Commit 8bec76f

Browse files
danielmarbachgep13
authored andcommitted
(GitTools#578) Make the issue ID a long
1 parent 81a6650 commit 8bec76f

File tree

1 file changed

+1
-1
lines changed
  • src/GitReleaseManager.Core/Model

1 file changed

+1
-1
lines changed

src/GitReleaseManager.Core/Model/Issue.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public sealed class Issue
66
{
77
public string Title { get; set; }
88

9-
public int InternalNumber { get; set; }
9+
public long InternalNumber { get; set; }
1010

1111
public int PublicNumber { get; set; }
1212

0 commit comments

Comments
 (0)