mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
22 lines
710 B
C#
22 lines
710 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 ActionsProductVersion = "8.0";
|
|
}
|
|
}
|