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"; } }