Skip to content

Commit 4b77d4b

Browse files
committed
Added logo
1 parent 78cd174 commit 4b77d4b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Nockx.Base/Nockx.Base.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>0.1.0</Version>
7+
<Version>0.1.1</Version>
88
<Authors>DemonExposer</Authors>
99
<Description>The underlying cryptography system for Nockx™</Description>
1010
<RepositoryUrl>https://github.com/DemonExposer/Nockx.Base</RepositoryUrl>
@@ -14,10 +14,12 @@
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<Title>Nockx.Base</Title>
1616
<Copyright>Copyright (c) 2025 DemonExposer</Copyright>
17+
<PackageIcon>nockx-logo.png</PackageIcon>
1718
</PropertyGroup>
1819

1920
<ItemGroup>
2021
<None Include="..\README.md" Pack="true" PackagePath="" />
22+
<None Include="..\nockx-logo.png" Pack="true" PackagePath="" />
2123
</ItemGroup>
2224

2325
<ItemGroup>

nockx-logo.png

53.6 KB
Loading

0 commit comments

Comments
 (0)