We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54720ac commit 1414615Copy full SHA for 1414615
Build/CommonAssemblyInfo.cs
@@ -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