mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-05 11:19:39 -04:00
Added test nuspec file for nuget package
- Used to package raylib-cs into a nuget package. Needs testing.
This commit is contained in:
parent
45edd16939
commit
2b7c447116
21
Raylib-cs.nuspec
Normal file
21
Raylib-cs.nuspec
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>Raylib-cs</id>
|
||||
<version>1.0</version>
|
||||
<authors>Chris Dill</authors>
|
||||
<owners>Chris Dill</owners>
|
||||
<licenseUrl>https://github.com/ChrisDill/Raylib-cs/blob/master/LICENSE</licenseUrl>
|
||||
<projectUrl>https://github.com/ChrisDill/Raylib-cs</projectUrl>
|
||||
<iconUrl>https://github.com/ChrisDill/Raylib-cs/blob/master/Logo/raylib-cs.ico</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Testing C# bindings for raylib, a simple and easy-to-use library to learn videogames programming.</description>
|
||||
<releaseNotes>Made for raylib 2.0</releaseNotes>
|
||||
<copyright>Copyright 2018</copyright>
|
||||
<tags>raylib csharp binding opengl gamedev</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="Bindings/bin/Debug/Bindings.dll" target="lib\net461"></file>
|
||||
<file src="Examples/bin/Debug/raylib.dll" target="lib\net461"></file>
|
||||
</files>
|
||||
</package>
|
Loading…
x
Reference in New Issue
Block a user