Version bump to 3.2.2.0 [TGSDeploy][NugetDeploy]

This commit is contained in:
Jordan Brown
2018-03-28 10:28:20 -04:00
committed by GitHub
parent adcc97ebe8
commit 379ce540ab
+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.1.15")]
[assembly: AssemblyFileVersion("3.2.1.15")]
[assembly: AssemblyInformationalVersion("3.2.1.15")]
[assembly: AssemblyVersion("3.2.2.0")]
[assembly: AssemblyFileVersion("3.2.2.0")]
[assembly: AssemblyInformationalVersion("3.2.2.0")]
[assembly: InternalsVisibleTo("TGS.Tests")]