diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-03 20:16:20 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-03 20:16:20 -0400 |
commit | 7dd3e37dec6924b1acd3f3045aefe5ebc8f91e8f (patch) | |
tree | 5f30d4c12937be2346a99bf6addf853d5ea50052 /build/common.targets | |
parent | 5d3d919d490fd414fe9647e566e92c71d7f64509 (diff) | |
parent | 6b1c4589e96f25b771ff8ddd4bbdbb9198a0ab9c (diff) | |
download | SMAPI-7dd3e37dec6924b1acd3f3045aefe5ebc8f91e8f.tar.gz SMAPI-7dd3e37dec6924b1acd3f3045aefe5ebc8f91e8f.tar.bz2 SMAPI-7dd3e37dec6924b1acd3f3045aefe5ebc8f91e8f.zip |
Merge branch 'develop' into stable
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> |