Skip to content

Commit

Permalink
Make the issue ID a long (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach authored and gep13 committed Mar 9, 2024
1 parent 81a6650 commit 78610d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitReleaseManager.Core/Model/Issue.cs
Expand Up @@ -6,7 +6,7 @@ public sealed class Issue
{
public string Title { get; set; }

public int InternalNumber { get; set; }
public long InternalNumber { get; set; }

public int PublicNumber { get; set; }

Expand Down

0 comments on commit 78610d5

Please sign in to comment.