Skip to content

Commit 2757617

Browse files
author
Willy
committed
fix: add missing NuGet documentation generation
1 parent 9ea5c5a commit 2757617

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/LocalPortFiltering.AspNetCore/LocalPortFiltering.AspNetCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
78
<RootNamespace>LocalPortFiltering.AspNetCore</RootNamespace>
89

910
<!-- NuGet Packaging -->

src/LocalPortFiltering.AspNetCore/LocalPortFilteringOptions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
namespace LocalPortFiltering.AspNetCore;
22

3+
/// <summary>
4+
/// Represents the options for local port filtering configuration in the ASP.NET Core application.
5+
/// </summary>
36
public class LocalPortFilteringOptions
47
{
58
/// <summary>

0 commit comments

Comments
 (0)