1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-14 06:06:30 +09:00

AssemblyFileVersion also updated

This commit is contained in:
lidgren
2010-07-13 14:32:51 +00:00
parent a2d3dbcad0
commit 84c490d1b4

View File

@@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2010.7.13.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("2010.7.13.0")]
[assembly: System.CLSCompliant(true)]