NimbusAPI / Nimbus

Nimbus is a .NET client library to provide an easy abstraction over common messaging frameworks.
http://nimbusapi.com/
MIT License
112 stars 84 forks source link

Make helpers internal #69

Closed becdetat closed 10 years ago

becdetat commented 10 years ago

Nimbus's string.FormatWith extension is public: https://github.com/NimbusAPI/Nimbus/blob/master/src/Nimbus/Extensions/StringExtensions.cs.

It's well documented that I love me a good string.FormatWith but this one should be internal.

uglybugger commented 10 years ago

That was quick :)