Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use fixed version for CSFML #258

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Conversation

Marioalexsan
Copy link
Contributor

This theoretically prevents users from accidentally updating CSFML to a newer version from the NuGet Updates tab. It doesn't stop them from forcefully installing a newer version of CSFML as per https://learn.microsoft.com/en-us/nuget/concepts/dependency-resolution#direct-dependency-wins.

@eXpl0it3r eXpl0it3r added the Feature New functionality or extending of an existing one label Jun 6, 2024
SFML.Module.props Outdated Show resolved Hide resolved
@eXpl0it3r eXpl0it3r linked an issue Jun 6, 2024 that may be closed by this pull request
@eXpl0it3r
Copy link
Member

Tried to install a local package of SFML.Net 2.6 while having CSFML 2.5.2 installed:

image

Removed CSFML and updated SFML.Net to 2.6, then tried to install CSFML 2.5.2:

image

I guess, I could try to create a fake CSFML 2.7 package, but I think the system is solid enough.

@eXpl0it3r eXpl0it3r merged commit 65bf9f6 into SFML:master Jun 6, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New functionality or extending of an existing one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add version restriction for CSFML
2 participants