diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-15 19:14:28 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-15 19:14:28 -0400 |
commit | cd843dc10b902adc32e96e34c5db3ebf98e9a159 (patch) | |
tree | a5897fa7258d4fc9cd79d7a975ce9d3d936b8cc4 /build/common.targets | |
parent | 3253797cbab1e49901b9da3701954f93282363fd (diff) | |
download | SMAPI-cd843dc10b902adc32e96e34c5db3ebf98e9a159.tar.gz SMAPI-cd843dc10b902adc32e96e34c5db3ebf98e9a159.tar.bz2 SMAPI-cd843dc10b902adc32e96e34c5db3ebf98e9a159.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 a7db917c..76343b8d 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.14.3</Version> + <Version>3.14.4</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> |