diff --git a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj index 50dc84135f..a16a93ebed 100644 --- a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj +++ b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ tgs.png Git https://github.com/tgstation/tgstation-server - 2018 + 2018-2022 json web api tgstation-server tgstation ss13 byond See https://github.com/tgstation/tgstation-server/releases/tag/api-v$(TgsApiVersion) true diff --git a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj index a401b13200..b8a2277360 100644 --- a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj +++ b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj @@ -14,7 +14,7 @@ tgs.png Git https://github.com/tgstation/tgstation-server - 2018 + 2018-2022 json web api tgstation-server tgstation ss13 byond client Added OAuth login methods to IServerClientFactory. true