diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-04-27 16:30:20 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-04-27 16:30:20 -0400 |
commit | f44151dbb47b82250955be7c25145d1774bec705 (patch) | |
tree | 4b8b28ddd7d8b9fe381bc7902f7c19187a61d4be /build/common.targets | |
parent | cf7bba5453f87e666759c70a892f76f7dae44dc2 (diff) | |
download | SMAPI-f44151dbb47b82250955be7c25145d1774bec705.tar.gz SMAPI-f44151dbb47b82250955be7c25145d1774bec705.tar.bz2 SMAPI-f44151dbb47b82250955be7c25145d1774bec705.zip |
prepare for release, tweak readme
Diffstat (limited to 'build/common.targets')
-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 1e14a86c..41bea8af 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,7 +4,7 @@ <!--set properties --> <PropertyGroup> - <Version>3.4.1</Version> + <Version>3.5.0</Version> <Product>SMAPI</Product> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |