diff --git a/src/Common.props b/src/Common.props index ada665cd..c41ff86b 100644 --- a/src/Common.props +++ b/src/Common.props @@ -53,12 +53,15 @@ + + + - + diff --git a/src/HolzShots.Core/LibraryInformation.cs b/src/HolzShots.Core/LibraryInformation.cs index 44126e67..88dda32c 100644 --- a/src/HolzShots.Core/LibraryInformation.cs +++ b/src/HolzShots.Core/LibraryInformation.cs @@ -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";