File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
- - Request body display
7
+ - Request body display and usage
8
8
- SimplifyWebSwaggerArgs
9
+ - Parameters display and string parameters execution
9
10
10
11
### Changed
11
12
12
13
- Authorization display
13
14
14
15
### Dependencies
15
16
16
- - Simplify.Web bump to 4.8
17
+ - Simplify.Web bump to 4.8.1
17
18
- Swashbuckle.AspNetCore.SwaggerGen bump to 6.5
18
19
19
20
## [ 0.2] - 2022-06-14
Original file line number Diff line number Diff line change 25
25
</PropertyGroup >
26
26
<ItemGroup >
27
27
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Versioning" Version =" 4.1.0" />
28
- <PackageReference Include =" Swashbuckle.AspNetCore.SwaggerGen" Version =" 6.5.0" />
29
28
<PackageReference Include =" Simplify.Web" Version =" 4.8.1" />
29
+ <PackageReference Include =" Swashbuckle.AspNetCore.SwaggerGen" Version =" 6.5.0" />
30
30
</ItemGroup >
31
31
<ItemGroup >
32
32
<None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
Original file line number Diff line number Diff line change 1
1
{
2
- "SimplifyWebSettings" : {
3
- "AcceptHeaderLanguage" : true
4
- }
2
+ "SimplifyWebSettings" : {
3
+ "AcceptHeaderLanguage" : true
4
+ }
5
5
}
You can’t perform that action at this time.
0 commit comments