summaryrefslogtreecommitdiff
path: root/build/common.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-07-06 22:25:45 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-07-06 22:25:45 -0400
commitbcb9e25d8666d2c1384515063ffbf987c36b8b0e (patch)
treeec19cdd7567125e47cfd49c7c044fc09f09f6b2f /build/common.targets
parent9c9552531f8f085cded6ed5158503e75b00be1ff (diff)
downloadSMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.tar.gz
SMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.tar.bz2
SMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.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 230758bd..230bef41 100644
--- a/build/common.targets
+++ b/build/common.targets
@@ -7,7 +7,7 @@ repo. It imports the other MSBuild files as needed.
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!--set general build properties -->
- <Version>3.15.0</Version>
+ <Version>3.15.1</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>