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 4dbf343 commit 471a106Copy full SHA for 471a106
src/Simplify.Web.Postman/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.0] - 2023-07-16
4
+
5
+### Added
6
7
+- Simple controller tests generation (#5)
8
9
## [1.0-pre04] - 2022-11-20
10
11
### Added
src/Simplify.Web.Postman/Simplify.Web.Postman.csproj
@@ -8,7 +8,7 @@
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <Version>1.0-pre04</Version>
+ <Version>1.0</Version>
12
13
<Description>Postman collection and environment generation extension for Simplify.Web</Description>
14
<Product>Simplify</Product>
0 commit comments