summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-20 12:43:08 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-20 12:43:08 -0400
commite64ecc89f94641d4054162eff4943f660f43030f (patch)
treec43ca79f9947b3e16f946e1dc5fd1d02f70ce571 /build
parentdf6e745c6b842290338317ed1d3e969ee222998c (diff)
parentcb9ff7019995eff92104703f097856d2523e02ce (diff)
downloadSMAPI-e64ecc89f94641d4054162eff4943f660f43030f.tar.gz
SMAPI-e64ecc89f94641d4054162eff4943f660f43030f.tar.bz2
SMAPI-e64ecc89f94641d4054162eff4943f660f43030f.zip
Merge branch 'develop' into stable
Diffstat (limited to 'build')
-rw-r--r--build/0Harmony.dllbin0 -> 115200 bytes
-rw-r--r--build/common.targets3
2 files changed, 2 insertions, 1 deletions
diff --git a/build/0Harmony.dll b/build/0Harmony.dll
new file mode 100644
index 00000000..2e893d0e
--- /dev/null
+++ b/build/0Harmony.dll
Binary files differ
diff --git a/build/common.targets b/build/common.targets
index 41bea8af..f66f51df 100644
--- a/build/common.targets
+++ b/build/common.targets
@@ -4,9 +4,10 @@
<!--set properties -->
<PropertyGroup>
- <Version>3.5.0</Version>
+ <Version>3.6.0</Version>
<Product>SMAPI</Product>
+ <LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>
<DefineConstants Condition="$(OS) == 'Windows_NT'">$(DefineConstants);SMAPI_FOR_WINDOWS</DefineConstants>
</PropertyGroup>