We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f83c5d commit 742d421Copy full SHA for 742d421
2 files changed
Rapr/Core/AboutBox.resx
@@ -605,6 +605,9 @@
605
This tool uses the excellent ObjectListView (http://objectlistview.sourceforge.net/).
606
607
Release notes:
608
+v0.8.4.1
609
+ - Fixed exception during export.
610
+
611
v0.8.4
612
- Show selected driver size.
613
Rapr/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("0.8.4.0")]
36
-[assembly: AssemblyFileVersion("0.8.4.0")]
+[assembly: AssemblyVersion("0.8.4.1")]
+[assembly: AssemblyFileVersion("0.8.4.1")]
0 commit comments