We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a5c97 commit 064a60fCopy full SHA for 064a60f
GameLib/GameLib.csproj
@@ -17,7 +17,7 @@
17
<Description>GameLib.NET is a library to give .NET developers easy access to the users installed game launchers and installed games. </Description>
18
<Copyright>@Patrick Weiss 2022</Copyright>
19
<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>
+ <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md"))</PackageReleaseNotes>
21
</PropertyGroup>
22
23
<ItemGroup>
0 commit comments