summaryrefslogtreecommitdiff
path: root/build/common.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-16 23:43:01 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-16 23:43:01 -0500
commit451b70953ff4c0b1b27ae0de203ad99379b45b2a (patch)
treec9e3cccb464517e670c059d3cd20dd3357ce24fe /build/common.targets
parent1b9ff9cd101621cacc246fc2b7d936f964ae4b3f (diff)
parentdbed0289d7b7759145dea3e1c5d93df3d68ff116 (diff)
downloadSMAPI-451b70953ff4c0b1b27ae0de203ad99379b45b2a.tar.gz
SMAPI-451b70953ff4c0b1b27ae0de203ad99379b45b2a.tar.bz2
SMAPI-451b70953ff4c0b1b27ae0de203ad99379b45b2a.zip
Merge branch 'develop' into stable
Diffstat (limited to 'build/common.targets')
-rw-r--r--build/common.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets
index 8eac9757..86624b62 100644
--- a/build/common.targets
+++ b/build/common.targets
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!--set general build properties -->
- <Version>3.13.3</Version>
+ <Version>3.13.4</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>