File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 1.0-pre03] - 2022-09-15
4
11
5
12
### Dependencies
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
3
+ <TargetFrameworks >net6.0; netstandard2.0</TargetFrameworks >
4
4
<LangVersion >10.0</LangVersion >
5
5
<Nullable >enable</Nullable >
6
6
<IncludeSymbols >true</IncludeSymbols >
7
7
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
8
8
<OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
10
11
- <Version >1.0-pre03 </Version >
11
+ <Version >1.0-pre04 </Version >
12
12
13
13
<Description >Postman collection and environment generation extension for Simplify.Web</Description >
14
14
<Product >Simplify</Product >
You can’t perform that action at this time.
0 commit comments