We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 206356b + aa692e2 commit ad5c6dfCopy full SHA for ad5c6df
src/Directory.Build.props
@@ -22,6 +22,7 @@
22
23
<PropertyGroup>
24
<!-- These are the versions of the things we are CREATING in this repository -->
25
+ <FastSerializationVersion>3.0.0</FastSerializationVersion>
26
<PerfViewVersion>3.0.0</PerfViewVersion>
27
<TraceEventVersion>3.0.0</TraceEventVersion>
28
</PropertyGroup>
src/FastSerialization/FastSerialization.csproj
@@ -11,6 +11,9 @@
11
<Company>Microsoft</Company>
12
<Description>Serialization library for TraceEvent.</Description>
13
<Copyright>Copyright © Microsoft 2010</Copyright>
14
+ <Version>$(FastSerializationVersion)</Version>
15
+ <FileVersion>$(FastSerializationVersion)</FileVersion>
16
+ <InformationalVersion>$(FastSerializationVersion)</InformationalVersion>
17
18
19
<Choose>
0 commit comments