Skip to content

Commit 6be34dd

Browse files
[#38] [edit] version/changelog
1 parent 0498c7c commit 6be34dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/Simplify.Web.Postman/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.1] - Unreleased
4+
5+
### Fixed
6+
7+
- Exception when generating Postman collections for controller request bodies containing `IList<string>` properties.
8+
39
## [2.0] - 2024-06-05
410

511
### Dependencies

src/Simplify.Web.Postman/Simplify.Web.Postman.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>2.0</Version>
11+
<Version>2.1-pre01</Version>
1212

1313
<Description>Postman collection and environment generation extension for Simplify.Web</Description>
1414
<Product>Simplify</Product>

0 commit comments

Comments
 (0)