diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-17 19:53:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-17 19:53:24 -0400 |
commit | f8c9a2929bb42ef7f71fa3a2d258c5566960aa69 (patch) | |
tree | fa9a2e6c855a532dbd99910c7cdac1dc468010da /build | |
parent | 6bb156b3184d78789b5c8ddc8ce544b0fcb10a1e (diff) | |
download | SMAPI-f8c9a2929bb42ef7f71fa3a2d258c5566960aa69.tar.gz SMAPI-f8c9a2929bb42ef7f71fa3a2d258c5566960aa69.tar.bz2 SMAPI-f8c9a2929bb42ef7f71fa3a2d258c5566960aa69.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 11584d33..02142351 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.7</Version> + <Version>3.12.8</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |