Skip to content

Commit d65a244

Browse files
committed
[edit] version/changelog
1 parent 191f82a commit d65a244

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/Simplify.Web.Postman/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0-pre04] - 2022-11-20
4+
5+
### Added
6+
7+
- Requests folders structure in postman should reflect controller route structure (#19)
8+
- .NET 6 targeting
9+
310
## [1.0-pre03] - 2022-09-15
411

512
### Dependencies

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
44
<LangVersion>10.0</LangVersion>
55
<Nullable>enable</Nullable>
66
<IncludeSymbols>true</IncludeSymbols>
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>1.0-pre03</Version>
11+
<Version>1.0-pre04</Version>
1212

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

0 commit comments

Comments
 (0)