SceneGate / Yarhl

Framework for the implementation of format converters like game assets or media files
https://scenegate.github.io/Yarhl/
MIT License
60 stars 10 forks source link

Rename assembly Yarhl.Media to Yarhl.Media.Text #185

Closed pleonex closed 2 years ago

pleonex commented 2 years ago

Is your feature request related to a problem? In the future when the library start supporting more media formats like Graphics, Sounds, Fonts, we will need additional libraries under the namespace Yarhl.Media.

Describe the solution you'd like To prepare for the work, we should start by renaming the existing library that only provides support to texts to Yarhl.Media.Texts. This will be a breaking change. We will need to deprecate the existing nuget.

Describe alternatives you've considered The idea of splitting the support into different libraries is for dependency management. If a program only needs to work with texts, it shouldn't need to download and handle graphics dependencies (that tends to be big in size).