Skip to content

Commit 1414615

Browse files
committed
Updated to m3 compat
1 parent 54720ac commit 1414615

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
using System.Reflection;
2+
using System.Runtime.InteropServices;
3+
4+
[assembly: AssemblyProduct("Griddly")]
5+
[assembly: AssemblyCopyright("Copyright © 2014 Chris Hynes and Data Research Group")]
6+
7+
[assembly: ComVisible(false)]
8+
9+
// Version information for an assembly consists of the following four values:
10+
//
11+
// Major Version
12+
// Minor Version
13+
// Build Number
14+
// Revision
15+
//
16+
// You can specify all the values or you can default the Revision and Build Numbers
17+
// by using the '*' as shown below:
18+
[assembly: AssemblyVersion("1.0.11.0")]
19+
[assembly: AssemblyFileVersion("1.0.11.0")]

0 commit comments

Comments
 (0)