File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Thinktecture.Runtime.Extensions.Swashbuckle/Swashbuckle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Copyright >(c) $([System.DateTime]::Now.Year), Pawel Gerr. All rights reserved.</Copyright >
5
- <VersionPrefix >8.9.0 </VersionPrefix >
5
+ <VersionPrefix >8.9.1 </VersionPrefix >
6
6
<Authors >Pawel Gerr</Authors >
7
7
<GenerateDocumentationFile >true</GenerateDocumentationFile >
8
8
<PackageProjectUrl >https://github.com/PawelGerr/Thinktecture.Runtime.Extensions</PackageProjectUrl >
Original file line number Diff line number Diff line change 2
2
using Microsoft . OpenApi . Models ;
3
3
using Swashbuckle . AspNetCore . SwaggerGen ;
4
4
5
- namespace Thinktecture . Swashbuckle . Internal . ComplexValueObjects ;
5
+ namespace Thinktecture . Swashbuckle ;
6
6
7
7
/// <summary>
8
8
/// This is an internal API that supports the Thinktecture.Runtime.Extensions infrastructure and not subject to
You can’t perform that action at this time.
0 commit comments