Skip to content

Commit

Permalink
thingies
Browse files Browse the repository at this point in the history
  • Loading branch information
LetterN committed Feb 8, 2025
1 parent 16194fa commit 108cd65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<TgsRestVersion>10.12.0</TgsRestVersion>
<TgsGraphQLVersion>0.5.0</TgsGraphQLVersion>
<TgsCommonLibraryVersion>7.0.0</TgsCommonLibraryVersion>
<TgsApiLibraryVersion>17.0.0</TgsApiLibraryVersion>
<TgsApiLibraryVersion>17.0.1</TgsApiLibraryVersion>
<TgsClientVersion>20.0.0</TgsClientVersion>
<TgsDmapiVersion>7.3.1</TgsDmapiVersion>
<TgsInteropVersion>5.10.0</TgsInteropVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class ErrorMessageResponse
/// <summary>
/// A human-readable description of the error.
/// </summary>
/// <example>Ooopsie, we did a fucky wucky!</example>
/// <example>Oopsie woopsie, we did a fucky wucky!</example>
public string? Message { get; set; }

/// <summary>
Expand Down
1 change: 1 addition & 0 deletions src/Tgstation.Server.Host/Utils/SwaggerConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using System.Net.Mime;
using System.Reflection;
using System.Text.RegularExpressions;

using Microsoft.Extensions.DependencyInjection;
using Microsoft.Net.Http.Headers;
using Microsoft.OpenApi.Any;
Expand Down

0 comments on commit 108cd65

Please sign in to comment.