Skip to content

Commit 0937309

Browse files
committed
refactor: update sequence
1 parent 8697942 commit 0937309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/WeihanLi.Common/Helpers/ApplicationHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ public class LibraryInfo
242242
private readonly string? _fullVersion;
243243
public required string LibraryVersion { get; init; }
244244
public required string LibraryHash { get; init; }
245-
public required string RepositoryUrl { get; init; }
246245
public string LibraryFullVersion { get => _fullVersion ?? LibraryVersion; init => _fullVersion = value; }
246+
public required string RepositoryUrl { get; init; }
247247
}
248248

249249
public class RuntimeInfo

0 commit comments

Comments
 (0)