Skip to content

Commit

Permalink
Metadata -> Project
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeee committed Sep 3, 2024
1 parent 01df8d9 commit ba81f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HolzShots.Core/LibraryInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static class LibraryInformation
public static readonly DateTime VersionDate = DateTime.ParseExact(ThisAssembly.Constants.BuildDate, "yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture);

public const string SiteUrl = ThisAssembly.Constants.Website;
public const string SourceUrl = ThisAssembly.Metadata.RepositoryUrl;
public const string SourceUrl = ThisAssembly.Project.RepositoryUrl;

public const string IssuesUrl = SourceUrl + "/issues";
public const string LicenseUrl = SourceUrl + "/blob/master/LICENSE";
Expand Down

0 comments on commit ba81f37

Please sign in to comment.