diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-08 20:11:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-08 20:11:02 -0400 |
commit | cbe8b597cb55285dea2bb2c34ab26f148a76bc17 (patch) | |
tree | 9397ece62492cb7d8d95dc01f665c5dca08b5086 /build | |
parent | f8f8b237996a1c883d43e539a379bf713a5fd7be (diff) | |
download | SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.tar.gz SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.tar.bz2 SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.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 44ee0caf..0436ed5b 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.1</Version> + <Version>3.14.2</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |