Skip to content

Commit 9a016ec

Browse files
committed
Improving the nuget package information.
1 parent cb56334 commit 9a016ec

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

OpenGLGen/Evergine.Bindings.OpenGL/Evergine.Bindings.OpenGL.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5+
<Copyright>Copyright (c) Evergine 2024</Copyright>
6+
<Authors>Evergine Team</Authors>
7+
<Company>Plain Concepts</Company>
8+
<Description>Low-level bindings for OpenGL used in Evergine</Description>
59
<RepositoryUrl>https://github.com/EvergineTeam/OpenGL.NET</RepositoryUrl>
610
<PackageIcon>icon.png</PackageIcon>
711
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -16,9 +20,7 @@
1620
</PropertyGroup>
1721

1822
<ItemGroup>
19-
<None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
20-
</ItemGroup>
21-
<ItemGroup>
22-
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
23+
<None Include="..\..\icon.png" Pack="true" PackagePath="\" Visible="false" />
24+
<None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />
2325
</ItemGroup>
2426
</Project>

0 commit comments

Comments
 (0)