Skip to content

Commit 9c29261

Browse files
committed
IRequiredMemberEvaluator should not be "pubternal" anymore.
1 parent c38920b commit 9c29261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Copyright>(c) $([System.DateTime]::Now.Year), Pawel Gerr. All rights reserved.</Copyright>
5-
<VersionPrefix>8.9.0</VersionPrefix>
5+
<VersionPrefix>8.9.1</VersionPrefix>
66
<Authors>Pawel Gerr</Authors>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<PackageProjectUrl>https://github.com/PawelGerr/Thinktecture.Runtime.Extensions</PackageProjectUrl>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using Microsoft.OpenApi.Models;
33
using Swashbuckle.AspNetCore.SwaggerGen;
44

5-
namespace Thinktecture.Swashbuckle.Internal.ComplexValueObjects;
5+
namespace Thinktecture.Swashbuckle;
66

77
/// <summary>
88
/// This is an internal API that supports the Thinktecture.Runtime.Extensions infrastructure and not subject to

0 commit comments

Comments
 (0)