Skip to content

Commit 41c0fd5

Browse files
committed
Added package icon to Abstractions
1 parent d39262d commit 41c0fd5

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Abstractions/Abstractions.csproj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>Fail2Ban4Win.$(MSBuildProjectName)</AssemblyName>
6-
<Version>0.0.0</Version>
6+
<Version>0.0.1</Version>
77
<Authors>Ben Hutchison</Authors>
88
<Copyright>© 2026 $(Authors)</Copyright>
99
<Company>$(Authors)</Company>
@@ -24,11 +24,16 @@
2424
<RootNamespace>Fail2Ban4Win</RootNamespace>
2525
<DevelopmentDependency>true</DevelopmentDependency>
2626
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
27+
<PackageIcon>icon.png</PackageIcon>
2728
</PropertyGroup>
2829

2930
<ItemGroup>
30-
<PackageReference Include="IPNetwork2" Version="3.4.853" />
31-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="All" />
31+
<None Include="icon.png" Pack="true" PackagePath="\" />
32+
</ItemGroup>
33+
34+
<ItemGroup>
35+
<PackageReference Include="IPNetwork2" Version="3.5.3" />
36+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
3237
</ItemGroup>
3338

3439
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true' or '$(Configuration)' != 'Debug'">

Abstractions/icon.png

599 Bytes
Loading

0 commit comments

Comments
 (0)