diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-31 17:15:58 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-31 17:15:58 -0400 |
commit | 41e95642f004b2bf96b8855a276454260cb5ed0e (patch) | |
tree | 239b69b967968508260c0bb1a3b59910c85c4f1e /build/common.targets | |
parent | 5af87fc3be989c092dfcc9f328aa8bf3e7d48664 (diff) | |
download | SMAPI-41e95642f004b2bf96b8855a276454260cb5ed0e.tar.gz SMAPI-41e95642f004b2bf96b8855a276454260cb5ed0e.tar.bz2 SMAPI-41e95642f004b2bf96b8855a276454260cb5ed0e.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 1a81a105..7fe66fab 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.1</Version> + <Version>3.16.2</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |