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 0498c7c commit 6be34ddCopy full SHA for 6be34dd
src/Simplify.Web.Postman/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [2.1] - Unreleased
4
+
5
+### Fixed
6
7
+- Exception when generating Postman collections for controller request bodies containing `IList<string>` properties.
8
9
## [2.0] - 2024-06-05
10
11
### Dependencies
src/Simplify.Web.Postman/Simplify.Web.Postman.csproj
@@ -8,7 +8,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <Version>2.0</Version>
+ <Version>2.1-pre01</Version>
12
13
<Description>Postman collection and environment generation extension for Simplify.Web</Description>
14
<Product>Simplify</Product>
0 commit comments