SFML community forums

Bindings - other languages => DotNet => Topic started by: Jallen on June 15, 2024, 07:41:36 pm

Title: Nuget package wrong readme
Post by: Jallen on June 15, 2024, 07:41:36 pm
Hi,

Just a heads up, the readme showing on the .NET nuget package looks to be showing the wrong readme file

https://www.nuget.org/packages/SFML.Net#readme-body-tab

Currently it just reads as...

Quote
SFML.Net NuGet Metapackage

This folder is used to build the SFML.Net Metapackage, which has no content by itself, but contains all SFML Modules as dependencies, allowing consumers to target a single NuGet Package (SFML.Net) when building new applications.

Which I assume is some internal readme for the folder representing the overall SFML meta package rather than being designed as a consumer-facing description of what the package does

Love that SFML is available for .NET, especially that it's available via nuget by the way. Cheers.
Title: Re: Nuget package wrong readme
Post by: eXpl0it3r on June 15, 2024, 11:22:06 pm
Yeah, looks like the folder readme (https://github.com/SFML/SFML.Net/tree/master/src/SFML.Net) is packaged the NuGet package.

If you have any suggestions, I'd be happy to adjust things for the next release: https://github.com/SFML/SFML.Net/

Love that SFML is available for .NET, especially that it's available via nuget by the way. Cheers.
SFML.Net has probably the fastest way to start writing SFML applications, I love it :D