Skip to content

Commit 575b8aa

Browse files
committed
Embedded icon added
Changelog added Simplify.Web bump to 4.4
1 parent 96e90a4 commit 575b8aa

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [0.8.2] - 2021-04-27
4+
5+
### Dependencies
6+
7+
- Simplify.Web bump to 4.4

Simplify.Web.Templates.csproj

+9-6
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@
33
<TargetFramework>netcoreapp3.1</TargetFramework>
44

55
<PackageType>Template</PackageType>
6-
<PackageVersion>0.8.1</PackageVersion>
6+
<PackageVersion>0.8.2</PackageVersion>
77
<PackageId>Simplify.Web.Templates</PackageId>
88
<IsPackable>true</IsPackable>
99
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Templates</PackageProjectUrl>
10-
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
10+
<PackageIcon>icon.png</PackageIcon>
1111
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web.Templates</RepositoryUrl>
1212
<RepositoryType>GIT</RepositoryType>
13-
<PackageReleaseNotes>
14-
Updates
15-
* Simplify.Web.Json bump to 2.2.*
16-
</PackageReleaseNotes>
13+
1714
<Title>Simplify.Web project templates</Title>
1815
<Authors>Alexander Krylkov</Authors>
1916
<Description>The Simplify.Web web framework project templates collection.</Description>
2017
<Tags>templates;simplify-web;web</Tags>
2118

19+
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web.MessageBox/blob/master/Simplify.Web.MessageBox/CHANGELOG.md for details</PackageReleaseNotes>
20+
2221
<IncludeContentInPack>true</IncludeContentInPack>
2322
<IncludeBuildOutput>false</IncludeBuildOutput>
2423
<ContentTargetFolders>content</ContentTargetFolders>
@@ -27,4 +26,8 @@
2726
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
2827
<Compile Remove="**\*" />
2928
</ItemGroup>
29+
<ItemGroup>
30+
<None Include="..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
31+
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
32+
</ItemGroup>
3033
</Project>

images/icon.png

8.36 KB
Loading

0 commit comments

Comments
 (0)