All ImageSharp packages from one repo #2375
-
Have you thought about this? This would probably make it easier to make changes over all Repos which have ImageSharp as foundation. Another thing would be streamlined releases. What do you think, or do you have any concerns about this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It makes managing version numbers a chore as they have to be synchronized. It also allows us to properly dogfood the public API and put serious thought into each change by forcing us to adopt each dependency in the same manner as our consumers. |
Beta Was this translation helpful? Give feedback.
It makes managing version numbers a chore as they have to be synchronized.
It also allows us to properly dogfood the public API and put serious thought into each change by forcing us to adopt each dependency in the same manner as our consumers.