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: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba
7
7
> [!NOTE]
8
8
> Changelog entries prior to version 8.4.0 was migrated from previous versions of Cuemon.Extensions.Asp.Versioning.
9
9
10
-
## [9.0.0] - TBD
10
+
## [9.0.0] - 2024-11-13
11
11
12
12
This major release is first and foremost focused on ironing out any wrinkles that have been introduced with .NET 9 preview releases so the final release is production ready together with the official launch from Microsoft.
@@ -119,26 +73,11 @@ public RestfulApiVersioningOptions()
119
73
};
120
74
}
121
75
122
-
#if NET6_0
123
-
/// <summary>
124
-
/// Specify what <see cref="IProblemDetailsFactory"/> to set on the <seealso cref="ProblemDetailsFactoryType"/>. Default is <see cref="RestfulProblemDetailsFactory"/>.
125
-
/// </summary>
126
-
/// <typeparam name="T">The type that implements the <see cref="IProblemDetailsFactory"/> interface.</typeparam>
127
-
/// <returns>A reference to this instance so that additional calls can be chained.</returns>
/// Gets or sets a value indicating whether responses will be based on the built in support for RFC 7807.
138
78
/// </summary>
139
79
/// <value><c>true</c> if the responses will be based on the built in support for RFC 7807; otherwise, <c>false</c>.</value>
140
80
publicboolUseBuiltInRfc7807{get;set;}
141
-
#endif
142
81
143
82
/// <summary>
144
83
/// Gets or sets the valid accept headers used as a filter by <see cref="RestfulApiVersionReader"/>.
@@ -147,14 +86,6 @@ public RestfulApiVersioningOptions UseProblemDetailsFactory<T>() where T : class
147
86
/// <remarks>This option was introduced to have an inclusive filter on what MIME types to consider valid when parsing HTTP Accept headers; for more information have a read at https://github.com/dotnet/aspnet-api-versioning/issues/887</remarks>
148
87
publicIList<string>ValidAcceptHeaders{get;set;}
149
88
150
-
#if NET6_0
151
-
/// <summary>
152
-
/// Gets the implementation type of the <see cref="IProblemDetailsFactory"/>.
153
-
/// </summary>
154
-
/// <value>The implementation type of the <see cref="IProblemDetailsFactory"/>.</value>
/// Specify what <see cref="IApiVersionSelector"/> to set on the <seealso cref="ApiVersionSelectorType"/>. Default is <see cref="CurrentImplementationApiVersionSelector"/>.
0 commit comments