File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 8
8
- if you find bug/optimization, feel free to send patch.
9
9
10
10
11
+ ## v11.6.0 / _ (2024-02-02)_
12
+ Maintenance
13
+
14
+ ### breakingChange
15
+
16
+ - remove ` NetCoreServerExtension.GetBearer() ` method.
17
+
18
+ ### feature
19
+
20
+ - ` Controller.GetJwt() ` is now virtual and can be overrided in subclass.
21
+ - documentation
22
+
23
+
24
+
11
25
## v11.5.0 / _ (2024-01-14)_
12
26
Maintenance
13
27
Original file line number Diff line number Diff line change 11
11
<PackageLicenseExpression >MIT</PackageLicenseExpression >
12
12
<Description >SimpleW is a Simple Webserver library in NET7 (windows/linux/macos).
13
13
It brings an easy layer on top of the great NetCoreServer in pure C#.</Description >
14
- <AssemblyVersion >11.5 .0</AssemblyVersion >
15
- <FileVersion >11.5 .0</FileVersion >
16
- <Version >11.5 .0</Version >
14
+ <AssemblyVersion >11.6 .0</AssemblyVersion >
15
+ <FileVersion >11.6 .0</FileVersion >
16
+ <Version >11.6 .0</Version >
17
17
<PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
18
18
<GenerateDocumentationFile >true</GenerateDocumentationFile >
19
19
<AllowUnsafeBlocks >True</AllowUnsafeBlocks ><!-- for LitJWT package-->
You can’t perform that action at this time.
0 commit comments