Skip to content

Commit

Permalink
refactor: update sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Oct 9, 2024
1 parent 8697942 commit 0937309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeihanLi.Common/Helpers/ApplicationHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ public class LibraryInfo
private readonly string? _fullVersion;
public required string LibraryVersion { get; init; }
public required string LibraryHash { get; init; }
public required string RepositoryUrl { get; init; }
public string LibraryFullVersion { get => _fullVersion ?? LibraryVersion; init => _fullVersion = value; }
public required string RepositoryUrl { get; init; }
}

public class RuntimeInfo
Expand Down

0 comments on commit 0937309

Please sign in to comment.