Version bump to 3.2.0.5 [TGSDeploy]

This commit is contained in:
Jordan Brown
2017-11-12 15:46:01 -05:00
committed by GitHub
parent 5dcc01ac8f
commit a372b22fd3
+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.0.4")]
[assembly: AssemblyFileVersion("3.2.0.4")]
[assembly: AssemblyInformationalVersion("3.2.0.4")]
[assembly: AssemblyVersion("3.2.0.5")]
[assembly: AssemblyFileVersion("3.2.0.5")]
[assembly: AssemblyInformationalVersion("3.2.0.5")]
[assembly: InternalsVisibleTo("TGServiceTests")]