diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-01 19:58:35 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-01 19:58:35 -0400 |
commit | 1cded44f7a5626a0d4f5c3ce48a83aa544d517c3 (patch) | |
tree | 3135a4ef641192e42ee1f97b8c56fc9b76a52aee /build | |
parent | bf960ce283d794a11885a5fde6f123a4e6827853 (diff) | |
download | SMAPI-1cded44f7a5626a0d4f5c3ce48a83aa544d517c3.tar.gz SMAPI-1cded44f7a5626a0d4f5c3ce48a83aa544d517c3.tar.bz2 SMAPI-1cded44f7a5626a0d4f5c3ce48a83aa544d517c3.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 10b94d7e..ca9a1d12 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.6</Version> + <Version>3.14.7</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |