Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/bigbang1112/gbx-net into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Feb 5, 2025
2 parents c19c202 + c697731 commit 64e8ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/GBX.NET.PAK/Pak6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal sealed partial class Pak6 : Pak
public string AuthorExtraInfo { get; private set; } = string.Empty;
public string Comments { get; private set; } = string.Empty;
public string CreationBuildInfo { get; private set; } = string.Empty;
public string AuthorUrl { get; private set; } = string.Empty;
public string? AuthorUrl { get; private set; }
public string? ManialinkUrl { get; private set; }
public string? DownloadUrl { get; private set; }
public DateTime? CreationDate { get; private set; }
Expand Down

0 comments on commit 64e8ce1

Please sign in to comment.