summaryrefslogtreecommitdiff
path: root/build/common.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-08-29 18:18:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-08-29 18:18:21 -0400
commit8b6c732d7168edacf44d4dbabd8613f2c38ebc19 (patch)
tree1283afab68c42fd1f426dfdf363c9d0e473f72cc /build/common.targets
parent47a68fbb7bb6afc9ecaa3a13b450ddc865754de8 (diff)
downloadSMAPI-8b6c732d7168edacf44d4dbabd8613f2c38ebc19.tar.gz
SMAPI-8b6c732d7168edacf44d4dbabd8613f2c38ebc19.tar.bz2
SMAPI-8b6c732d7168edacf44d4dbabd8613f2c38ebc19.zip
prepare for release
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 383e258b..1a81a105 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.16.0</Version>
+ <Version>3.16.1</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>