diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-25 21:53:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-25 21:53:45 -0400 |
commit | 31ac964a8b19623b0472931403a33d51db6fb271 (patch) | |
tree | aa0d9915b01aad436ed6b1a2028602c048666457 /build | |
parent | 2b14524280e493b26f4ed35b2593e9ad5b74fdcf (diff) | |
download | SMAPI-31ac964a8b19623b0472931403a33d51db6fb271.tar.gz SMAPI-31ac964a8b19623b0472931403a33d51db6fb271.tar.bz2 SMAPI-31ac964a8b19623b0472931403a33d51db6fb271.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 498ec7af..06e0a245 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.12.2</Version> + <Version>3.12.3</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |