diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-12-01 19:43:56 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-12-01 19:43:56 -0500 |
commit | a2944eed5c635ecf9afaefe9cf377f049a40731f (patch) | |
tree | 6e2819b221d9519f2f35ed463ad0c54a14eea058 /build | |
parent | 4c66aa63c53cd98e0fe63568747181ad9eb24a58 (diff) | |
download | SMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.tar.gz SMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.tar.bz2 SMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.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 4b92ecc2..512107a0 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.0</Version> + <Version>3.18.1</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |