Skip to content

Commit

Permalink
disable assembly info when using unity
Browse files Browse the repository at this point in the history
  • Loading branch information
rms80 committed Jun 4, 2017
1 parent 3a95265 commit 2484b44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System.Reflection;
#if !G3_USING_UNITY

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down Expand Up @@ -34,3 +36,5 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

#endif

0 comments on commit 2484b44

Please sign in to comment.