File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.4.0] - Unreleased
Original file line number Diff line number Diff line change 66 <IncludeSymbols >true</IncludeSymbols >
77 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
88 <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
9- <DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Postman.xml</ DocumentationFile >
9+ <GenerateDocumentationFile >true</ GenerateDocumentationFile >
1010
11- <Version >0.3</Version >
12- <PackageReleaseNotes >
13- New
14- * Simple postman requests generation
15- </PackageReleaseNotes >
11+ <Version >0.4</Version >
1612
17- <Authors >Alexander Krylkov</Authors >
18- <Product >Simplify</Product >
1913 <Description >Postman collection and environment generation extension for Simplify.Web</Description >
14+ <Product >Simplify</Product >
15+ <Authors >Alexander Krylkov</Authors >
2016 <Copyright >Licensed under LGPL</Copyright >
17+ <PackageIcon >icon.png</PackageIcon >
2118 <PackageProjectUrl >https://github.com/SimplifyNet/Simplify.Web.Postman</PackageProjectUrl >
2219 <PackageIconUrl >https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl >
2320 <RepositoryUrl >https://github.com/SimplifyNet/Simplify.Web.Postman</RepositoryUrl >
2421 <RepositoryType >GIT</RepositoryType >
2522 <PackageTags >Simplify.Web Postman API</PackageTags >
23+
24+ <PackageReleaseNotes >See https://github.com/SimplifyNet/Simplify.Web.Postman/tree/master/src/Simplif.Web.Postman/CHANGELOG.md for details</PackageReleaseNotes >
2625 </PropertyGroup >
2726 <ItemGroup >
2827 <PackageReference Include =" Simplify.Web" Version =" 4.4.*" />
2928 <PackageReference Include =" System.Text.Json" Version =" 5.0.*" />
3029 </ItemGroup >
30+ <ItemGroup >
31+ <None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
32+ <None Include =" CHANGELOG.md" Pack =" true" PackagePath =" \" />
33+ </ItemGroup >
3134</Project >
You can’t perform that action at this time.
0 commit comments