Skip to content

Commit 4d4a4e9

Browse files
committed
[add] Changelog, buit in icon
[R] Meta info restructure
1 parent d4fe95c commit 4d4a4e9

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog
2+
3+
## [0.4.0] - Unreleased

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,29 @@
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>

0 commit comments

Comments
 (0)