Skip to content

Commit 56bffd3

Browse files
author
Piotr Stachaczynski
committed
fin: fixes
1 parent 14e1609 commit 56bffd3

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

src/MaIN.Core/.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0"?>
22
<package>
33
<metadata>
4-
<id>MaIN</id>
5-
<version>0.0.4-alpha</version>
4+
<id>MaIN.NET</id>
5+
<version>0.0.5-alpha</version>
66
<authors>Wisedev</authors>
77
<owners>Wisedev</owners>
8-
<description>Pihotron12</description>
8+
<icon>favicon.png</icon>
9+
<description>MaIN.NET</description>
910
<license type="expression">MIT</license>
1011
<projectUrl>https://github.com/wisedev-code/M.A.I.N</projectUrl>
1112
<repository url="https://github.com/wisedev-code/M.A.I.N" type="git" />
@@ -28,7 +29,7 @@
2829
<files>
2930
<!-- Include the main DLL -->
3031
<file src="bin\Release\net8.0\MaIN.Core.dll" target="lib\net8.0" />
31-
32+
<file src="favicon.png" target="." />
3233
<!-- Include DLLs from dependent projects -->
3334
<file src="..\MaIN.Services\bin\Release\net8.0\MaIN.Services.dll" target="lib\net8.0" />
3435
<file src="..\MaIN.Domain\bin\Release\net8.0\MaIN.Domain.dll" target="lib\net8.0" />

src/MaIN.Core/favicon.png

1.34 KB
Loading

src/MaIN.Domain/MaIN.Domain.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910
</Project>

src/MaIN.Services/MaIN.Services.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)