We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4ee20 commit 6372215Copy full SHA for 6372215
source/CHANGELOG.md
@@ -1,6 +1,11 @@
1
BlueM.Wave Release Notes
2
========================
3
4
+Version 2.14.1
5
+--------------
6
+FIXED:
7
+* Fixed installer version not reading metadata from GINA HDF5 files properly #222
8
+
9
Version 2.14.0
10
--------------
11
NEW:
source/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
31
' by using the '*' as shown below:
32
' <Assembly: AssemblyVersion("1.0.*")>
33
34
-<Assembly: AssemblyVersion("2.14.0.*")>
35
-'<Assembly: AssemblyFileVersion("2.14.0.*")>
+<Assembly: AssemblyVersion("2.14.1.*")>
+'<Assembly: AssemblyFileVersion("2.14.1.*")>
0 commit comments