diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-01 17:39:57 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-01 17:39:57 -0400 |
commit | f78093bdb58d477b400cde3f19b70ffd6ddf833d (patch) | |
tree | 28bd818a5db39ec5ece1bd141a28de955950463b /build | |
parent | 0e4aa65708df7ca4096b9019428d9fccabd37384 (diff) | |
download | SMAPI-f78093bdb58d477b400cde3f19b70ffd6ddf833d.tar.gz SMAPI-f78093bdb58d477b400cde3f19b70ffd6ddf833d.tar.bz2 SMAPI-f78093bdb58d477b400cde3f19b70ffd6ddf833d.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 c04546d0..a8dda9e0 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.13.4</Version> + <Version>3.14.0</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |