mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 07:27:18 +01:00
Fix semver type specification
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
using HotChocolate.Language;
|
||||
using HotChocolate.Types;
|
||||
|
||||
using Tgstation.Server.Common.Extensions;
|
||||
|
||||
namespace Tgstation.Server.Host.GraphQL.Types.Scalars
|
||||
@@ -17,7 +18,8 @@ namespace Tgstation.Server.Host.GraphQL.Types.Scalars
|
||||
public SemverType()
|
||||
: base("Semver")
|
||||
{
|
||||
Description = "Represents a version in semver format as defined by https://semver.org/spec/v2.0.0.html";
|
||||
Description = "Represents a version in semantic versioning format";
|
||||
SpecifiedBy = new Uri("https://semver.org/spec/v2.0.0.html");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user