Version bump to 3.2.1.6 [TGSDeploy] [NugetDeploy]

This commit is contained in:
Jordan Brown
2017-12-08 16:53:49 -05:00
committed by GitHub
parent 02de05483d
commit c144f4743b
+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.5")]
[assembly: AssemblyFileVersion("3.2.1.5")]
[assembly: AssemblyInformationalVersion("3.2.1.5")]
[assembly: AssemblyVersion("3.2.1.6")]
[assembly: AssemblyFileVersion("3.2.1.6")]
[assembly: AssemblyInformationalVersion("3.2.1.6")]
[assembly: InternalsVisibleTo("TGS.Tests")]