diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-12 00:21:46 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-12 00:21:46 -0400 |
commit | e943ae84136d46432e04e577041850d2aa7db43e (patch) | |
tree | d07a8b34608f46948505755a599c07da65a7fde7 /build | |
parent | 5a7422b3122dc0c46c6fe9b445eae0bc5df77298 (diff) | |
download | SMAPI-e943ae84136d46432e04e577041850d2aa7db43e.tar.gz SMAPI-e943ae84136d46432e04e577041850d2aa7db43e.tar.bz2 SMAPI-e943ae84136d46432e04e577041850d2aa7db43e.zip |
prepare for release
Diffstat (limited to 'build')
-rw-r--r-- | build/common.targets | 2 |
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> |