-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathAssemblyVersionInfo.cs
More file actions
21 lines (19 loc) · 930 Bytes
/
AssemblyVersionInfo.cs
File metadata and controls
21 lines (19 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System.Reflection;
// This file sets the file version for all generated assemblies.
// All projects in the build should reference this file by including the following
// in their project file:
//
// <Compile Include="..\AssemblyVersionInfo.vb">
// <Link>Properties\AssemblyVersionInfo.vb</Link>
// </Compile>
// <Compile Include="..\SolutionInfo.vb">
// <Link>Properties\SolutionInfo.vb</Link>
// </Compile>
//
// Version information is isolated in a separate file to facilitate integration with the build server.
// The build server will replace this entire file with a machine-generated one. Therefore,
// this file should contain ONLY the global file version number and no other settings.
//
// For local builds, the version is always 6.x.9999.9999, indicating an uncontrolled release.
[assembly: AssemblyFileVersion("7.0.9999.9999")]
[assembly: AssemblyInformationalVersion("7.0.0-rc.0+0")]