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 2250723 commit ed97222Copy full SHA for ed97222
src/LeakShell/Properties/AssemblyInfo.cs
@@ -31,8 +31,10 @@
31
// You can specify all the values or you can default the Build and Revision Numbers
32
// by using the '*' as shown below:
33
// [assembly: AssemblyVersion("1.0.*")]
34
-[assembly: AssemblyVersion("1.5.1.0")]
35
-[assembly: AssemblyFileVersion("1.5.1.0")]
+[assembly: AssemblyVersion("1.5.2.0")]
+[assembly: AssemblyFileVersion("1.5.2.0")]
36
+//
37
+// 1.5.2 : remove error message box when invalid dumpheap output
38
//
39
// 1.5.1 : no need to have "!dumpheap -stat" in the text, only the "MT Count TotalSize Class Name" header
40
0 commit comments