Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Workleap.OpenApi.MSBuild/SwaggerManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Workleap.OpenApi.MSBuild;

internal sealed class SwaggerManager : ISwaggerManager
{
private const string SwaggerVersion = "9.0.4";
private const string SwaggerVersion = "9.0.6";
private const string DoNotEditComment = "# DO NOT EDIT. This is a generated file\n";
private const int MaxRetryCount = 3;
private readonly IProcessWrapper _processWrapper;
Expand Down
Loading