We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8697942 commit 0937309Copy full SHA for 0937309
src/WeihanLi.Common/Helpers/ApplicationHelper.cs
@@ -242,8 +242,8 @@ public class LibraryInfo
242
private readonly string? _fullVersion;
243
public required string LibraryVersion { get; init; }
244
public required string LibraryHash { get; init; }
245
- public required string RepositoryUrl { get; init; }
246
public string LibraryFullVersion { get => _fullVersion ?? LibraryVersion; init => _fullVersion = value; }
+ public required string RepositoryUrl { get; init; }
247
}
248
249
public class RuntimeInfo
0 commit comments