Skip to content

Commit 361e5b2

Browse files
authored
Merge pull request #2 from willysoft/fix/add-nuget-docs-generation
fix: add missing NuGet documentation generation
2 parents 9ea5c5a + 2757617 commit 361e5b2

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)