2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00
raylib-cs/Raylib-cs.nuspec
ChrisDill 2b7c447116 Added test nuspec file for nuget package
- Used to package raylib-cs into a nuget package. Needs testing.
2018-09-22 13:40:29 +01:00

21 lines
947 B
XML

<?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>