diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-03 19:11:26 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-03 19:11:26 -0400 |
commit | 1bb51b2c41bf5acdffb8e25c37187e9bdf9d3dd4 (patch) | |
tree | 9abcc5fc983002e73f7e82585f1aff12c62c495b /build/common.targets | |
parent | e73f5a10c7682719ea2e5d0805125010f69e896c (diff) | |
download | SMAPI-1bb51b2c41bf5acdffb8e25c37187e9bdf9d3dd4.tar.gz SMAPI-1bb51b2c41bf5acdffb8e25c37187e9bdf9d3dd4.tar.bz2 SMAPI-1bb51b2c41bf5acdffb8e25c37187e9bdf9d3dd4.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 d526a2bb..f2614998 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.0</Version> + <Version>3.12.1</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |