You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .nuget/Codebelt.Extensions.Swashbuckle.AspNetCore/PackageReleaseNotes.txt
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
Version: 10.1.0
2
2
Availability: .NET 10 and .NET 9
3
-
3
+
4
4
# ALM
5
5
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6
-
6
+
7
7
# 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
+
10
10
Version: 10.0.3
11
11
Availability: .NET 10 and .NET 9
12
-
12
+
13
13
# ALM
14
14
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
15
15
16
16
# Bug Fixes
17
17
- FIXED AddRestfulSwagger extension method on the ServiceCollectionExtensions class in the Codebelt.Extensions.Swashbuckle.AspNetCore namespace to only be invoked once on bootstrapping
- CHANGED Dependencies to latest and greatest with respect to TFMs
118
118
119
119
# 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
121
121
122
122
# 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
- CHANGED Dependencies to latest and greatest with respect to TFMs
143
143
144
144
# 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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This is a minor release that focuses on XML documentation loading reliability an
13
13
14
14
### Added
15
15
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>`
0 commit comments