summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-12 00:21:46 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-12 00:21:46 -0400
commite943ae84136d46432e04e577041850d2aa7db43e (patch)
treed07a8b34608f46948505755a599c07da65a7fde7 /build
parent5a7422b3122dc0c46c6fe9b445eae0bc5df77298 (diff)
downloadSMAPI-e943ae84136d46432e04e577041850d2aa7db43e.tar.gz
SMAPI-e943ae84136d46432e04e577041850d2aa7db43e.tar.bz2
SMAPI-e943ae84136d46432e04e577041850d2aa7db43e.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 0436ed5b..a7db917c 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.2</Version>
+ <Version>3.14.3</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>