Skip to content

Commit ad5c6df

Browse files
authored
Merge pull request #1636 from brianrob/version-fastserialization
Explicitly Version FastSerialization
2 parents 206356b + aa692e2 commit ad5c6df

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Directory.Build.props

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

2323
<PropertyGroup>
2424
<!-- These are the versions of the things we are CREATING in this repository -->
25+
<FastSerializationVersion>3.0.0</FastSerializationVersion>
2526
<PerfViewVersion>3.0.0</PerfViewVersion>
2627
<TraceEventVersion>3.0.0</TraceEventVersion>
2728
</PropertyGroup>

src/FastSerialization/FastSerialization.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<Company>Microsoft</Company>
1212
<Description>Serialization library for TraceEvent.</Description>
1313
<Copyright>Copyright © Microsoft 2010</Copyright>
14+
<Version>$(FastSerializationVersion)</Version>
15+
<FileVersion>$(FastSerializationVersion)</FileVersion>
16+
<InformationalVersion>$(FastSerializationVersion)</InformationalVersion>
1417
</PropertyGroup>
1518

1619
<Choose>

0 commit comments

Comments
 (0)