diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-03 19:49:44 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-03 19:49:44 -0400 |
commit | 6b1c4589e96f25b771ff8ddd4bbdbb9198a0ab9c (patch) | |
tree | 5f30d4c12937be2346a99bf6addf853d5ea50052 /build/common.targets | |
parent | 8d9d8341cdd7e78bbb281c1576a434d982126a44 (diff) | |
download | SMAPI-6b1c4589e96f25b771ff8ddd4bbdbb9198a0ab9c.tar.gz SMAPI-6b1c4589e96f25b771ff8ddd4bbdbb9198a0ab9c.tar.bz2 SMAPI-6b1c4589e96f25b771ff8ddd4bbdbb9198a0ab9c.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 3278a0da..d538cc53 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.10.0</Version> + <Version>3.10.1</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |