Set assembly version info

This commit is contained in:
Cuyler36 2018-08-29 19:06:07 -04:00
parent 99c526a4fc
commit 6faf1f0bea

View file

@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: InternalsVisibleTo("ACSE.Tests")]