summaryrefslogtreecommitdiff
path: root/build/common.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-16 22:14:09 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-16 22:14:09 -0400
commit011aa4c9d07d6fc313d6d1ee107651778bb3c665 (patch)
tree665ca44f40e77e8f4a3af55ee442e2b3acba6434 /build/common.targets
parent525351e90582beb0d79fa75bef161270e85a3ea2 (diff)
downloadSMAPI-011aa4c9d07d6fc313d6d1ee107651778bb3c665.tar.gz
SMAPI-011aa4c9d07d6fc313d6d1ee107651778bb3c665.tar.bz2
SMAPI-011aa4c9d07d6fc313d6d1ee107651778bb3c665.zip
prepare for release
Diffstat (limited to 'build/common.targets')
-rw-r--r--build/common.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets
index ca9a1d12..8b17c45a 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.7</Version>
+ <Version>3.15.0</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>