diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-22 14:38:33 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-22 14:38:33 -0400 |
commit | 336cc1cc0f250c96ee23d45e1e08569b67a2e562 (patch) | |
tree | ddea4c6e4531a10c698d9757a57ae24c6732bff7 /build | |
parent | 7e7ac459a54a607de5843be37ea4b222058d5d3e (diff) | |
download | SMAPI-336cc1cc0f250c96ee23d45e1e08569b67a2e562.tar.gz SMAPI-336cc1cc0f250c96ee23d45e1e08569b67a2e562.tar.bz2 SMAPI-336cc1cc0f250c96ee23d45e1e08569b67a2e562.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 76343b8d..7b59e4ae 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.4</Version> + <Version>3.14.5</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |