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 1692374 commit 9923c82Copy full SHA for 9923c82
Build/CommonAssemblyInfo.cs
@@ -2,7 +2,7 @@
2
using System.Runtime.InteropServices;
3
4
[assembly: AssemblyProduct("Griddly")]
5
-[assembly: AssemblyCopyright("Copyright © 2013-2020 Chris Hynes and Data Research Group")]
+[assembly: AssemblyCopyright("Copyright © 2013-2020 Chris Hynes, Joel Potter, and Data Research Group")]
6
7
[assembly: ComVisible(false)]
8
@@ -15,6 +15,6 @@
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("3.2.14")]
19
-[assembly: AssemblyFileVersion("3.2.14")]
+[assembly: AssemblyVersion("3.2.15")]
+[assembly: AssemblyFileVersion("3.2.15")]
20
//[assembly: AssemblyInformationalVersion("2.5-filters")]
0 commit comments