Skip to content

Commit 0e5d829

Browse files
authored
Increment versions and simplify future updates. (#2002)
1 parent 541dfc2 commit 0e5d829

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/Directory.Build.props

+7-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@
2222

2323
<PropertyGroup>
2424
<!-- 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>
3132
</PropertyGroup>
3233

3334
<!-- Support files and analyzers -->

0 commit comments

Comments
 (0)