Skip to content

Commit e922d22

Browse files
committed
Update assembly version
1 parent 9643d27 commit e922d22

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/ClrMDStudio/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,13 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("1.4.0.0")]
53-
[assembly: AssemblyFileVersion("1.4.0.0")]
52+
[assembly: AssemblyVersion("1.5.0.0")]
53+
[assembly: AssemblyFileVersion("1.5.0.0")]
54+
//
55+
// 1.5
56+
// -------------------------
57+
// - show GC segments with free and pinned objects
58+
// - list pinned objects
5459
//
5560
// 1.4
5661
// -------------------------

0 commit comments

Comments
 (0)