summaryrefslogtreecommitdiff
path: root/build/common.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-10 20:03:16 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-10 20:03:16 -0400
commitce00f8ff878860f2476a962b60ec2d8b3b5b2a2e (patch)
treeec501f538ab43c43e32aea29f695acf0164f4189 /build/common.targets
parent93a748996c1f728a1daafd2e69775c7eeb346b26 (diff)
parent5739745b76d8c339dee6af0123e310dab6ebcf07 (diff)
downloadSMAPI-ce00f8ff878860f2476a962b60ec2d8b3b5b2a2e.tar.gz
SMAPI-ce00f8ff878860f2476a962b60ec2d8b3b5b2a2e.tar.bz2
SMAPI-ce00f8ff878860f2476a962b60ec2d8b3b5b2a2e.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 02cf69bd..2f1f822e 100644
--- a/build/common.targets
+++ b/build/common.targets
@@ -7,7 +7,7 @@ repo. It imports the other MSBuild files as needed.
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!--set general build properties -->
- <Version>3.17.0</Version>
+ <Version>3.17.1</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>