Skip to content

Commit 5fefc47

Browse files
committed
Adding icon
1 parent f50963f commit 5fefc47

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/SSR.Net/Docs/Icon.png

12.3 KB
Loading

src/SSR.Net/SSR.Net.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackageId>SSR.Net</PackageId>
5-
<Version>0.9.0</Version>
5+
<Version>1.0.0</Version>
66
<Authors>Øivind Hagen</Authors>
77
<Company>Knowit AS</Company>
88
<Product>SSR.Net</Product>
99
<Title>SSR.Net</Title>
10+
<PackageIcon>Docs/Icon.png</PackageIcon>
1011
<PackageLicenseFile>content/Docs/LICENSE</PackageLicenseFile>
1112
<PackageReadmeFile>content/Docs/README.MD</PackageReadmeFile>
1213
<PackageProjectUrl>https://github.com/knowit/SSR.Net</PackageProjectUrl>
@@ -40,5 +41,8 @@
4041
<PackageReference Include="JavaScriptEngineSwitcher.Core" Version="3.19.0" AllowedVersions="3.19,4.0)" />
4142
</ItemGroup>
4243

44+
<ItemGroup>
45+
<None Include="Docs\Icon.png" Pack="true" PackagePath="Docs\Icon.png"/>
46+
</ItemGroup>
4347
</Project>
44-
48+

0 commit comments

Comments
 (0)