mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Use ODR for AssemblyInformationProvider
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Net.Http.Headers;
|
||||
using System.Reflection;
|
||||
|
||||
using Tgstation.Server.Api;
|
||||
using Tgstation.Server.Host.Common;
|
||||
|
||||
namespace Tgstation.Server.Host.System
|
||||
{
|
||||
@@ -10,7 +11,7 @@ namespace Tgstation.Server.Host.System
|
||||
sealed class AssemblyInformationProvider : IAssemblyInformationProvider
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public string VersionPrefix => "tgstation-server";
|
||||
public string VersionPrefix => Constants.CanonicalPackageName;
|
||||
|
||||
/// <inheritdoc />
|
||||
public Version Version { get; }
|
||||
|
||||
Reference in New Issue
Block a user