summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-08 20:11:02 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-08 20:11:02 -0400
commitcbe8b597cb55285dea2bb2c34ab26f148a76bc17 (patch)
tree9397ece62492cb7d8d95dc01f665c5dca08b5086 /build
parentf8f8b237996a1c883d43e539a379bf713a5fd7be (diff)
downloadSMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.tar.gz
SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.tar.bz2
SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.zip
prepare for release
Diffstat (limited to 'build')
-rw-r--r--build/common.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets
index 44ee0caf..0436ed5b 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.14.1</Version>
+ <Version>3.14.2</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>