We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727c84f commit 6da30f9Copy full SHA for 6da30f9
src/Simplify.Web.Postman/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [1.1] - 2023-11-07
4
+
5
+### Fixed
6
7
+- Cannot dynamically create an instance of type array (#31)
8
9
+### Added
10
11
+- Generate request bodies for list/array properties (#32)
12
13
## [1.0] - 2023-07-16
14
15
### Added
src/Simplify.Web.Postman/Simplify.Web.Postman.csproj
@@ -8,7 +8,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <Version>1.0</Version>
+ <Version>1.1</Version>
<Description>Postman collection and environment generation extension for Simplify.Web</Description>
<Product>Simplify</Product>
0 commit comments