warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
45 stars 9 forks source link

Remove InternalUtils project #154

Closed jenniferplusplus closed 8 months ago

jenniferplusplus commented 8 months ago

The InternalUtils project makes publishing packages considerably more complicated.

At this point, it's only used by Types, so I moved all of the classes into Types.Internal. I expect that every other package will depend on Types, so they'll still be available as needed.