File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<PropertyGroup >
24
24
<!-- These are the versions of the things we are CREATING in this repository -->
25
- <FastSerializationVersion >3.1.8</FastSerializationVersion >
26
- <HeapDumpDllVersion >3.1.8</HeapDumpDllVersion >
27
- <MemoryGraphVersion >3.1.8</MemoryGraphVersion >
28
- <PerfViewVersion >3.1.8</PerfViewVersion >
29
- <TraceEventVersion >3.1.8</TraceEventVersion >
30
- <UtilitiesVersion >3.1.8</UtilitiesVersion >
25
+ <ReleaseVersion >3.1.9</ReleaseVersion >
26
+ <FastSerializationVersion >$(ReleaseVersion)</FastSerializationVersion >
27
+ <HeapDumpDllVersion >$(ReleaseVersion)</HeapDumpDllVersion >
28
+ <MemoryGraphVersion >$(ReleaseVersion)</MemoryGraphVersion >
29
+ <PerfViewVersion >$(ReleaseVersion)</PerfViewVersion >
30
+ <TraceEventVersion >$(ReleaseVersion)</TraceEventVersion >
31
+ <UtilitiesVersion >$(ReleaseVersion)</UtilitiesVersion >
31
32
</PropertyGroup >
32
33
33
34
<!-- Support files and analyzers -->
You can’t perform that action at this time.
0 commit comments