We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab5a92 commit c6db70cCopy full SHA for c6db70c
src/Workleap.OpenApi.MSBuild/SwaggerManager.cs
@@ -5,7 +5,7 @@ namespace Workleap.OpenApi.MSBuild;
5
6
internal sealed class SwaggerManager : ISwaggerManager
7
{
8
- private const string SwaggerVersion = "9.0.4";
+ private const string SwaggerVersion = "9.0.6";
9
private const string DoNotEditComment = "# DO NOT EDIT. This is a generated file\n";
10
private const int MaxRetryCount = 3;
11
private readonly IProcessWrapper _processWrapper;
0 commit comments