Skip to content

Commit 064a60f

Browse files
committed
Correct changelog path
1 parent c0a5c97 commit 064a60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GameLib/GameLib.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Description>GameLib.NET is a library to give .NET developers easy access to the users installed game launchers and installed games. </Description>
1818
<Copyright>@Patrick Weiss 2022</Copyright>
1919
<PackageTags>GameLib;Game Launcher;Steam;Origin;Ubisoft Connect;Ubisoft;Epic Games;Epic;GOG;Galaxy;Rockstar;Blizzard;Battle.net</PackageTags>
20-
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(SolutionDir)/CHANGELOG.md"))</PackageReleaseNotes>
20+
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md"))</PackageReleaseNotes>
2121
</PropertyGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)