diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 17:45:29 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 17:45:29 -0500 |
| commit | f2e8450706d1971d774f870081deffdb0c6b92eb (patch) | |
| tree | 0393a95194ad78cf4440c68657b0488b7db6d68b /build | |
| parent | 691310d16e6873b83c55f62a59d5010dd8bb7e98 (diff) | |
| download | SMAPI-f2e8450706d1971d774f870081deffdb0c6b92eb.tar.gz SMAPI-f2e8450706d1971d774f870081deffdb0c6b92eb.tar.bz2 SMAPI-f2e8450706d1971d774f870081deffdb0c6b92eb.zip | |
update for 2.5 release and simplify assembly info
Diffstat (limited to 'build')
| -rw-r--r-- | build/GlobalAssemblyInfo.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/build/GlobalAssemblyInfo.cs b/build/GlobalAssemblyInfo.cs index 79d473e6..93e45e30 100644 --- a/build/GlobalAssemblyInfo.cs +++ b/build/GlobalAssemblyInfo.cs @@ -1,6 +1,5 @@ using System.Reflection; -using System.Runtime.InteropServices; -[assembly: ComVisible(false)] -[assembly: AssemblyVersion("2.4.0.0")] -[assembly: AssemblyFileVersion("2.4.0.0")] +[assembly: AssemblyProduct("SMAPI")] +[assembly: AssemblyVersion("2.5.0")] +[assembly: AssemblyFileVersion("2.5.0")] |
