* Namespace and folder refactor
* Middlware fix for setting strategy and store in TC
* Identity support classes moved to Finbuckle.MultiTenant namespace
* Update samples for 2.0 namespaces
- updated .net packages
- updated bootstrap
* Tweaked assemblies to allow access to each others "internal" fields.
- improved unit tests accordingly
- improved middleware section which sets TC strategy and store
* Refactored so route config is passed to WithRouteStrategy instead of UseMultiTenant
- Updated samples
- Unit tests need to be fixed or converted to integration tests.
* Various updates
-Updated Route strategy unit tests
-Updated test project references
* Changed IMultiTenantStrategy GetIdentifier to async GetIdentifierAsync
- Updated unit tests.
- Closes#62
* Improved builder functions and removed default values for paramters.
* Refactor and tests for WithStrategy
* Remote Auth Fix
* Added WithStore<T> etc and tests. Also refactored some builders.
* Updated README for v1.1 release
* Updated versions to final .NET Core 2.1
* Updated samples to use package reference.
* Added custom IAuthenticationSchemeProvider and test.
* soslution fix
* .gitignore update for visual studio settings
* Funtionality and tests for remote authentication support.
* AuthOptions sample work
* Updated sample and misc for remote authentication support.
* Added TenantResolver logging
* Added logging for IMultiTenantStrategy implementations and other minor fixes.
* Utility log class and refactors
* Adde loggint to InMemoryMultiTenantStore and other minor refactors.