diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-16 22:14:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-16 22:14:09 -0400 |
commit | 011aa4c9d07d6fc313d6d1ee107651778bb3c665 (patch) | |
tree | 665ca44f40e77e8f4a3af55ee442e2b3acba6434 /build | |
parent | 525351e90582beb0d79fa75bef161270e85a3ea2 (diff) | |
download | SMAPI-011aa4c9d07d6fc313d6d1ee107651778bb3c665.tar.gz SMAPI-011aa4c9d07d6fc313d6d1ee107651778bb3c665.tar.bz2 SMAPI-011aa4c9d07d6fc313d6d1ee107651778bb3c665.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 ca9a1d12..8b17c45a 100644 --- a/build/common.targets +++ b/build/common.targets @@ -1,7 +1,7 @@ <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <!--set general build properties --> - <Version>3.14.7</Version> + <Version>3.15.0</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |