diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-29 18:18:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-29 18:18:21 -0400 |
commit | 8b6c732d7168edacf44d4dbabd8613f2c38ebc19 (patch) | |
tree | 1283afab68c42fd1f426dfdf363c9d0e473f72cc /build/common.targets | |
parent | 47a68fbb7bb6afc9ecaa3a13b450ddc865754de8 (diff) | |
download | SMAPI-8b6c732d7168edacf44d4dbabd8613f2c38ebc19.tar.gz SMAPI-8b6c732d7168edacf44d4dbabd8613f2c38ebc19.tar.bz2 SMAPI-8b6c732d7168edacf44d4dbabd8613f2c38ebc19.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 383e258b..1a81a105 100644 --- a/build/common.targets +++ b/build/common.targets @@ -7,7 +7,7 @@ repo. It imports the other MSBuild files as needed. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <!--set general build properties --> - <Version>3.16.0</Version> + <Version>3.16.1</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |