We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4278bdf commit 379dfc6Copy full SHA for 379dfc6
src/Simplify.Web.Swagger/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2] - 2022-06-14
4
+
5
+### Added
6
7
+- Parameters display
8
+- Authorization display
9
10
## [0.1] - 2022-05-11
11
12
### Added
src/Simplify.Web.Swagger/Simplify.Web.Swagger.csproj
@@ -9,7 +9,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <Version>0.1</Version>
+ <Version>0.2</Version>
13
14
<Description>Swagger extensions for Simplify.Web web-framework</Description>
15
<Product>Simplify</Product>
0 commit comments