diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-21 20:12:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-21 20:12:02 -0400 |
commit | 8090b30c6e489ae213493328d6f84f15ca18a592 (patch) | |
tree | 2e90d87dad6832714ff01d0c248a502f87271466 /build | |
parent | 0e4dd8a7b446d85d4603d55043af42aac5968b5a (diff) | |
download | SMAPI-8090b30c6e489ae213493328d6f84f15ca18a592.tar.gz SMAPI-8090b30c6e489ae213493328d6f84f15ca18a592.tar.bz2 SMAPI-8090b30c6e489ae213493328d6f84f15ca18a592.zip |
prepare for release
Diffstat (limited to 'build')
-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 2f1f822e..3c22b913 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.17.1</Version> + <Version>3.17.2</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |