File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments