Version bump to 3.2.3.6 [TGSDeploy]

This commit is contained in:
Jordan Brown
2018-07-19 14:57:17 -04:00
committed by GitHub
parent e66c2631e2
commit f1ca65a3e5
+3 -3
View File
@@ -3,8 +3,8 @@ using System.Runtime.CompilerServices;
//You cannot one definition the version number
//Believe me, I've tried, the compiler hates it so much
[assembly: AssemblyVersion("3.2.3.5")]
[assembly: AssemblyFileVersion("3.2.3.5")]
[assembly: AssemblyInformationalVersion("3.2.3.5")]
[assembly: AssemblyVersion("3.2.3.6")]
[assembly: AssemblyFileVersion("3.2.3.6")]
[assembly: AssemblyInformationalVersion("3.2.3.6")]
[assembly: InternalsVisibleTo("TGS.Tests")]