diff --git a/StardewModdingAPI/Constants.cs b/StardewModdingAPI/Constants.cs index 99f0c2fc..d1079f61 100644 --- a/StardewModdingAPI/Constants.cs +++ b/StardewModdingAPI/Constants.cs @@ -10,7 +10,7 @@ namespace StardewModdingAPI /// public static class Constants { - public static readonly Version Version = new Version(0, 39, 6, "Alpha"); + public static readonly Version Version = new Version(0, 39, 5, "Alpha"); /// /// Not quite "constant", but it makes more sense for it to be here, at least for now diff --git a/StardewModdingAPI/StardewModdingAPI.csproj b/StardewModdingAPI/StardewModdingAPI.csproj index 8d2ce121..a7477a32 100644 --- a/StardewModdingAPI/StardewModdingAPI.csproj +++ b/StardewModdingAPI/StardewModdingAPI.csproj @@ -107,8 +107,10 @@ ..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll True - - ..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\Stardew Valley.exe + + False + $(SteamPath)\steamapps\common\Stardew Valley\Stardew Valley.exe + False @@ -119,8 +121,10 @@ - - ..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\xTile.dll + + False + $(SteamPath)\steamapps\common\Stardew Valley\xTile.dll + False diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj index e355eca3..3141e38d 100644 --- a/TrainerMod/TrainerMod.csproj +++ b/TrainerMod/TrainerMod.csproj @@ -55,7 +55,8 @@ False - ..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\Stardew Valley.exe + $(SteamPath)\steamapps\common\Stardew Valley\Stardew Valley.exe + False @@ -66,7 +67,8 @@ - ..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\xTile.dll + $(SteamPath)\steamapps\common\Stardew Valley\xTile.dll + False