From 2b7c447116e0556870f4f92ae799ef359bdad76c Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sat, 22 Sep 2018 13:40:29 +0100 Subject: [PATCH] Added test nuspec file for nuget package - Used to package raylib-cs into a nuget package. Needs testing. --- Raylib-cs.nuspec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Raylib-cs.nuspec diff --git a/Raylib-cs.nuspec b/Raylib-cs.nuspec new file mode 100644 index 0000000..a3c0e00 --- /dev/null +++ b/Raylib-cs.nuspec @@ -0,0 +1,21 @@ + + + + Raylib-cs + 1.0 + Chris Dill + Chris Dill + https://github.com/ChrisDill/Raylib-cs/blob/master/LICENSE + https://github.com/ChrisDill/Raylib-cs + https://github.com/ChrisDill/Raylib-cs/blob/master/Logo/raylib-cs.ico + false + Testing C# bindings for raylib, a simple and easy-to-use library to learn videogames programming. + Made for raylib 2.0 + Copyright 2018 + raylib csharp binding opengl gamedev + + + + + + \ No newline at end of file