summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-12-01 19:43:56 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-12-01 19:43:56 -0500
commita2944eed5c635ecf9afaefe9cf377f049a40731f (patch)
tree6e2819b221d9519f2f35ed463ad0c54a14eea058 /build
parent4c66aa63c53cd98e0fe63568747181ad9eb24a58 (diff)
downloadSMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.tar.gz
SMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.tar.bz2
SMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.zip
prepare for release
Diffstat (limited to 'build')
-rw-r--r--build/common.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets
index 4b92ecc2..512107a0 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.18.0</Version>
+ <Version>3.18.1</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>