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 9643d27 commit e922d22Copy full SHA for e922d22
src/ClrMDStudio/Properties/AssemblyInfo.cs
@@ -49,8 +49,13 @@
49
// You can specify all the values or you can default the Build and Revision Numbers
50
// by using the '*' as shown below:
51
// [assembly: AssemblyVersion("1.0.*")]
52
-[assembly: AssemblyVersion("1.4.0.0")]
53
-[assembly: AssemblyFileVersion("1.4.0.0")]
+[assembly: AssemblyVersion("1.5.0.0")]
+[assembly: AssemblyFileVersion("1.5.0.0")]
54
+//
55
+// 1.5
56
+// -------------------------
57
+// - show GC segments with free and pinned objects
58
+// - list pinned objects
59
//
60
// 1.4
61
// -------------------------
0 commit comments