Skip to content

Commit deef39c

Browse files
committed
💬 fix namespace in release notes and changelog for clarity
1 parent 54a851f commit deef39c

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.nuget/Codebelt.Extensions.Swashbuckle.AspNetCore/PackageReleaseNotes.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Version: 10.1.0
22
Availability: .NET 10 and .NET 9
3-
3+
 
44
# ALM
55
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6-
6+
 
77
# New Features
8-
- EXTENDED XPathDocumentExtensions class in the Cuemon.Extensions.Swashbuckle.AspNetCore namespace with several new extension methods for the IList<XPathDocument> class: AddByType<T>, AddFromBaseDirectory, AddFromBaseDirectory<T>, AddFromReferencePacks and AddFromReferencePacks<T>
9-
8+
- EXTENDED XPathDocumentExtensions class in the Codebelt.Extensions.Swashbuckle.AspNetCore namespace with several new extension methods for the IList<XPathDocument> class: AddByType<T>, AddFromBaseDirectory, AddFromBaseDirectory<T>, AddFromReferencePacks and AddFromReferencePacks<T>
9+
 
1010
Version: 10.0.3
1111
Availability: .NET 10 and .NET 9
12-
12+
 
1313
# ALM
1414
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
1515

1616
# Bug Fixes
1717
- FIXED AddRestfulSwagger extension method on the ServiceCollectionExtensions class in the Codebelt.Extensions.Swashbuckle.AspNetCore namespace to only be invoked once on bootstrapping
18-
18+
 
1919
Version: 10.0.2
2020
Availability: .NET 10 and .NET 9
2121

@@ -117,11 +117,11 @@ Availability: .NET 8, .NET 7 and .NET 6
117117
- CHANGED Dependencies to latest and greatest with respect to TFMs
118118

119119
# New Features
120-
- EXTENDED SwaggerGenOptionsExtensions class in the Cuemon.Extensions.Swashbuckle.AspNetCore namespace with one new extension method for the SwaggerGenOptions class: AddBasicAuthenticationSecurity
120+
- EXTENDED SwaggerGenOptionsExtensions class in the Codebelt.Extensions.Swashbuckle.AspNetCore namespace with one new extension method for the SwaggerGenOptions class: AddBasicAuthenticationSecurity
121121

122122
# Improvements
123-
- CHANGED RestfulSwaggerOptions class in the Cuemon.Extensions.Swashbuckle.AspNetCore namespace to include a function delegate property named JsonSerializerOptionsFactory that will resolve a JsonSerializerOptions instance in a more flexible way than provided by the Swagger team
124-
- CHANGED ServiceCollectionExtensions class in the Cuemon.Extensions.Swashbuckle.AspNetCore namespace to support JsonSerializerOptionsFactory in the AddRestfulSwagger extension method
123+
- CHANGED RestfulSwaggerOptions class in the Codebelt.Extensions.Swashbuckle.AspNetCore namespace to include a function delegate property named JsonSerializerOptionsFactory that will resolve a JsonSerializerOptions instance in a more flexible way than provided by the Swagger team
124+
- CHANGED ServiceCollectionExtensions class in the Codebelt.Extensions.Swashbuckle.AspNetCore namespace to support JsonSerializerOptionsFactory in the AddRestfulSwagger extension method
125125

126126
Version: 8.1.0
127127
Availability: .NET 8, .NET 7 and .NET 6
@@ -142,5 +142,5 @@ Availability: .NET 8, .NET 7 and .NET 6
142142
- CHANGED Dependencies to latest and greatest with respect to TFMs
143143

144144
# Quality Analysis Actions
145-
- CHANGED SwaggerGenOptionsExtensions class in the Cuemon.Extensions.Swashbuckle.AspNetCore namespace to be compliant with https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1825
145+
- CHANGED SwaggerGenOptionsExtensions class in the Codebelt.Extensions.Swashbuckle.AspNetCore namespace to be compliant with https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1825
146146

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a minor release that focuses on XML documentation loading reliability an
1313

1414
### Added
1515

16-
- `XPathDocumentExtensions` class in the Cuemon.Extensions.Swashbuckle.AspNetCore namespace with several new extension methods for the `IList<XPathDocument>` class: `AddByType<T>`, `AddFromBaseDirectory`, `AddFromBaseDirectory<T>`, `AddFromReferencePacks` and `AddFromReferencePacks<T>`
16+
- `XPathDocumentExtensions` class in the Codebelt.Extensions.Swashbuckle.AspNetCore namespace with several new extension methods for the `IList<XPathDocument>` class: `AddByType<T>`, `AddFromBaseDirectory`, `AddFromBaseDirectory<T>`, `AddFromReferencePacks` and `AddFromReferencePacks<T>`
1717

1818
## [10.0.3] - 2026-02-21
1919

0 commit comments

Comments
 (0)