Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML.Net NuGet package  (Read 2431 times)

0 Members and 1 Guest are viewing this topic.

RedxDev

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • RedxDev
    • Email
SFML.Net NuGet package
« on: April 18, 2014, 07:14:19 pm »
I've been using SFML.Net for a while now, but I noticed that no one had made a nuget package for it on nuget.org, so I decided to create one. This is the first package I have created for nuget, and it was surprisingly easy to do.

You'll notice that there is a third part of the version in the nuget package, which is because I couldn't figure out how to upload a new version of the package without incrementing the version number. The actual version is the same version available at http://www.sfml-dev.org/download/sfml.net/

The package depends on Baseclass.Contrib.Nuget.Output, which is simply used for copying the csfml dlls into your build directory. NuGet should automatically download and install this along with SFML.Net.

You can find the package at https://www.nuget.org/packages/SFML.Net, and can install it with the package manager console:

Code: [Select]
Install-Package SFML.Net
My Website and blog - http://redxdev.com

 

anything