From 3d726b57fc3ca46df3827de0c04bcaec092b9c58 Mon Sep 17 00:00:00 2001 From: ClxS Date: Fri, 1 Apr 2016 20:20:27 +0100 Subject: Updated version string --- StardewModdingAPI/Constants.cs | 2 +- StardewModdingAPI/StardewModdingAPI.csproj | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'StardewModdingAPI') diff --git a/StardewModdingAPI/Constants.cs b/StardewModdingAPI/Constants.cs index d1079f61..99f0c2fc 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, 5, "Alpha"); + public static readonly Version Version = new Version(0, 39, 6, "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 a7477a32..8d2ce121 100644 --- a/StardewModdingAPI/StardewModdingAPI.csproj +++ b/StardewModdingAPI/StardewModdingAPI.csproj @@ -107,10 +107,8 @@ ..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll True - - False - $(SteamPath)\steamapps\common\Stardew Valley\Stardew Valley.exe - False + + ..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\Stardew Valley.exe @@ -121,10 +119,8 @@ - - False - $(SteamPath)\steamapps\common\Stardew Valley\xTile.dll - False + + ..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\xTile.dll -- cgit