ravendb / ravendb.contrib

External Contributions to RavenDB
http://ravendb.net
MIT License
30 stars 14 forks source link

Issue #7 - Put extensions in same namespace as the types they are exteni... #8

Closed damianh closed 11 years ago

damianh commented 11 years ago

...ng in the main contrib project

Here I have moved the various *Extension types into a location that mirrors the namespace of the type they are extending.

For example:

Thoughts?

mattjohnsonpint commented 11 years ago

Thank you much!