diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-03 18:36:12 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-03 18:36:12 -0400 |
commit | 6d4ea7f0bd584602632e6e308d52bb369b30006f (patch) | |
tree | 3e30c3172e6c0bb3e422036581684593156fad22 /build/common.targets | |
parent | 9f1c4549345ba20d799cf46ee44851a1f61f561e (diff) | |
download | SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.tar.gz SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.tar.bz2 SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.zip |
prepare for release
Diffstat (limited to 'build/common.targets')
-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 e688ae65..5eb69901 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.5</Version> + <Version>3.12.6</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |