diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-06 22:25:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-06 22:25:45 -0400 |
commit | bcb9e25d8666d2c1384515063ffbf987c36b8b0e (patch) | |
tree | ec19cdd7567125e47cfd49c7c044fc09f09f6b2f /build/common.targets | |
parent | 9c9552531f8f085cded6ed5158503e75b00be1ff (diff) | |
download | SMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.tar.gz SMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.tar.bz2 SMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.zip |
prepare for release
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 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> |