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

Update SFML.Net to 2.5.0 #157

Merged
merged 3 commits into from
Nov 19, 2018
Merged

Update SFML.Net to 2.5.0 #157

merged 3 commits into from
Nov 19, 2018

Conversation

DemoXinMC
Copy link
Contributor

@DemoXinMC DemoXinMC commented Nov 10, 2018

This brings SFML.Net up to SFML 2.5. Additionally addresses #156 by switching the Font(byte[]) constructor to convert the raw byte[] to a MemoryStream and calling Font(Stream) instead

* Fixed a bug causing Font(byte[] bytes) to potentially be corrupted later by converting the byte[] to MemoryStream
* Updated versions to 2.5.1
Copy link
Member

@eXpl0it3r eXpl0it3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use 2.5.0 instead of 2.5.1

src/Graphics/RenderTexture.cs Outdated Show resolved Hide resolved
src/Graphics/RenderTexture.cs Outdated Show resolved Hide resolved
src/Graphics/Transform.cs Outdated Show resolved Hide resolved
src/Graphics/sfml-graphics.csproj Outdated Show resolved Hide resolved
src/Window/sfml-window.csproj Show resolved Hide resolved
* Corrected versioning to 2.5 from 2.5.1
* Removed some etra spaces from obsoletion messages
@DemoXinMC
Copy link
Contributor Author

Requested changes made in 3rd commit of the PR

@eXpl0it3r eXpl0it3r changed the title Update SFML.Net to 2.5.1 Update SFML.Net to 2.5.0 Nov 10, 2018
@eXpl0it3r eXpl0it3r merged commit 599e7e2 into SFML:master Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants