From 596b750ab6c80694456d1eb0b7705c4a3d1b1566 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 3 Dec 2018 02:48:48 -0500 Subject: also deploy SMAPI files in release builds --- build/common.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/common.targets b/build/common.targets index d9ad89f4..7ace8ce0 100644 --- a/build/common.targets +++ b/build/common.targets @@ -99,7 +99,7 @@ - + -- cgit From e8ae2d627d59f9cd28d797d2178b7acdead5ace1 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 4 Dec 2018 20:12:24 -0500 Subject: enable all build deploy tasks in release mode --- build/common.targets | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build') diff --git a/build/common.targets b/build/common.targets index 7ace8ce0..e08e7066 100644 --- a/build/common.targets +++ b/build/common.targets @@ -97,7 +97,7 @@ - + @@ -116,19 +116,19 @@ - + - + - - + + Program $(GamePath)\StardewModdingAPI.exe $(GamePath) -- cgit From 8901218418693d610a17b22fe789ba6279f63446 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 7 Dec 2018 13:40:13 -0500 Subject: update for release --- build/GlobalAssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/GlobalAssemblyInfo.cs b/build/GlobalAssemblyInfo.cs index 7a6de93c..207c11c3 100644 --- a/build/GlobalAssemblyInfo.cs +++ b/build/GlobalAssemblyInfo.cs @@ -1,5 +1,5 @@ using System.Reflection; [assembly: AssemblyProduct("SMAPI")] -[assembly: AssemblyVersion("2.8.2")] -[assembly: AssemblyFileVersion("2.8.2")] +[assembly: AssemblyVersion("2.9.0")] +[assembly: AssemblyFileVersion("2.9.0")] -- cgit