diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-09 12:27:29 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-09 12:27:29 -0500 |
commit | 25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba (patch) | |
tree | de020a6dc7e065f725d68ea43b4a3a57eb7ccf8c /build/common.targets | |
parent | e5407417a0cc80f9cb3d7eb7b43bdb207322a4ec (diff) | |
download | SMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.tar.gz SMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.tar.bz2 SMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.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 512107a0..590e0415 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.18.1</Version> + <Version>3.18.2</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |