We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e237a commit 976e10dCopy full SHA for 976e10d
1 file changed
SLAM/My Project/AssemblyInfo.vb
@@ -18,7 +18,7 @@ Imports System.Runtime.InteropServices
18
<Assembly: ComVisible(False)>
19
20
'The following GUID is for the ID of the typelib if this project is exposed to COM
21
-<Assembly: Guid("193a12a3-ca78-4aeb-ab44-ec7f53364f7d")>
+<Assembly: Guid("193a12a3-ca78-4aeb-ab44-ec7f53364f7d")>
22
23
' Version information for an assembly consists of the following four values:
24
'
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
31
' by using the '*' as shown below:
32
' <Assembly: AssemblyVersion("1.0.*")>
33
34
-<Assembly: AssemblyVersion("1.3.4.0")>
35
-<Assembly: AssemblyFileVersion("1.3.4.0")>
+<Assembly: AssemblyVersion("1.4.0.0")>
+<Assembly: AssemblyFileVersion("1.4.0.0")>
0 commit comments