Skip to content

Commit 3a1ee5d

Browse files
authored
Accounting for the possibility that user will initialize as 'Xorc' instead of a long before publishing an initial service config (#134)
1 parent 1596b09 commit 3a1ee5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Microsoft.Xbox.Service.DevTools/XblConfig

Microsoft.Xbox.Service.DevTools/XblConfig/History.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class History
2929
/// <summary>
3030
/// Gets or sets the user ID of the user that initiated the commit.
3131
/// </summary>
32-
public ulong User { get; set; }
32+
public string User { get; set; }
3333

3434
/// <summary>
3535
/// Gets or sets the version of the changeset.

0 commit comments

Comments
 (0)