24 lines
842 B
C#
24 lines
842 B
C#
|
|
using System;
|
||
|
|
using System.Runtime.CompilerServices;
|
||
|
|
|
||
|
|
namespace GitHub.Services.Common
|
||
|
|
{
|
||
|
|
[CompilerGenerated]
|
||
|
|
internal static class GeneratedVersionInfo
|
||
|
|
{
|
||
|
|
// Legacy values which preserve semantics from prior to the Assembly / File version split.
|
||
|
|
// See Toolsets\Version\Version.props for more details.
|
||
|
|
public const String MajorVersion = "16";
|
||
|
|
public const String MinorVersion = "0";
|
||
|
|
public const String ProductVersion = MajorVersion + "." + MinorVersion;
|
||
|
|
|
||
|
|
// Assembly version (i.e. strong name)
|
||
|
|
public const String AssemblyMajorVersion = "16";
|
||
|
|
|
||
|
|
// Derived versions
|
||
|
|
public const String TfsMajorVersion = "8";
|
||
|
|
public const String TfsMinorVersion = "0";
|
||
|
|
public const String TfsProductVersion = TfsMajorVersion + "." + TfsMinorVersion;
|
||
|
|
}
|
||
|
|
}
|