summaryrefslogtreecommitdiff
path: root/build/common.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-03 19:11:39 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-03 19:11:39 -0400
commit2e442bf2ee9f7d73c935dfed95c996581a17e06f (patch)
tree9abcc5fc983002e73f7e82585f1aff12c62c495b /build/common.targets
parent5b31be76dd90711ff475341de8dfdb6e1f50b98a (diff)
parent1bb51b2c41bf5acdffb8e25c37187e9bdf9d3dd4 (diff)
downloadSMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.tar.gz
SMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.tar.bz2
SMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.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 d526a2bb..f2614998 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.12.0</Version>
+ <Version>3.12.1</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>