Skip to content

Commit 39e4e35

Browse files
committed
[edit] version/changelog
[up] Simplify.Web to 5.1 [add] readme to package
1 parent c18b0fd commit 39e4e35

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"cSpell.words": [
33
"ASPNETCORE",
44
"cref",
5-
"seealso"
5+
"netstandard",
6+
"seealso",
7+
"snupkg"
68
]
79
}

src/Simplify.Web.Postman/CHANGELOG.md

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

3-
## [2.1] - Unreleased
3+
## [2.1] - 2025-11-20
44

55
### Fixed
66

77
- Exception when generating Postman collections for controller request bodies containing `IList<string>` properties.
88

9+
### Dependencies
10+
11+
- Simplify.Web bump to 5.1
12+
913
## [2.0] - 2024-06-05
1014

1115
### Dependencies

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

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

1313
<Description>Postman collection and environment generation extension for Simplify.Web</Description>
1414
<Product>Simplify</Product>
1515
<Authors>Simplify community</Authors>
1616
<Copyright>Licensed under LGPL</Copyright>
1717
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
18-
<PackageIcon>icon.png</PackageIcon>
1918
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Postman</PackageProjectUrl>
20-
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
21-
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web.Postman</RepositoryUrl>
22-
<RepositoryType>GIT</RepositoryType>
19+
<PackageIcon>icon.png</PackageIcon>
20+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
2322
<PackageTags>Simplify.Web Postman API</PackageTags>
2423

2524
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web.Postman/blob/master/src/Simplify.Web.Postman/CHANGELOG.md for details</PackageReleaseNotes>
2625
</PropertyGroup>
2726
<ItemGroup>
28-
<PackageReference Include="Simplify.Web" Version="5.0" />
27+
<PackageReference Include="Simplify.Web" Version="5.1.0" />
2928
</ItemGroup>
3029
<ItemGroup>
3130
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
3231
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
3332
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
33+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
3434
</ItemGroup>
3535
</Project>

0 commit comments

Comments
 (0)