mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Updated Nuget Package Properties
Includes adding logo to package
This commit is contained in:
parent
c8ddc440bb
commit
8f40c04e6a
@ -14,10 +14,19 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>3.0.0</Version>
|
||||
<Version>3.0.1</Version>
|
||||
<PackProject>true</PackProject>
|
||||
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);GetNativeLibraryFiles</TargetsForTfmSpecificBuildOutput>
|
||||
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
|
||||
<Title>Raylib-cs - C# Bindings for Raylib</Title>
|
||||
<Description>
|
||||
C# bindings for raylib - A simple and easy-to-use library to learn videogames programming http://www.raylib.com/
|
||||
</Description>
|
||||
<PackageIcon>raylib-cs_64x64.png</PackageIcon>
|
||||
<PackageTags>Game;Raylib;Raysan;Games;Game-Engine;Engine</PackageTags>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/ChrisDill/Raylib-cs/</RepositoryUrl>
|
||||
<PackageProjectUrl>https://www.raylib.com/</PackageProjectUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@ -25,6 +34,7 @@
|
||||
<Compile Include="Raylib.cs" />
|
||||
<Compile Include="Raymath.cs" />
|
||||
<Compile Include="Rlgl.cs" />
|
||||
<None Include="../Logo/raylib-cs_64x64.png" Pack="true" PackagePath=""/>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="GetNativeLibraryFiles">
|
||||
|
Loading…
x
Reference in New Issue
Block a user