diff --git a/doc/StormpathSDKApiDocs.shfbproj b/doc/StormpathSDKApiDocs.shfbproj
index 629f32d8..c5311bc9 100644
--- a/doc/StormpathSDKApiDocs.shfbproj
+++ b/doc/StormpathSDKApiDocs.shfbproj
@@ -50,35 +50,35 @@
The <b>Stormpath.SDK</b> namespace provides classes and extension methods that are used to implement the common behavior of the SDK.
- The <b>Stormpath.SDK.Account</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#account">Account</a> resources.
- The <b>Stormpath.SDK.AccountStore</b> namespace provides classes that are used to interact with AccountStore resources (Directories and Groups), and <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#account-store-mapping">AccountStoreMapping</a> resources.
- The <b>Stormpath.SDK.Api</b> namespace provides classes that interact with Stormpath API Key instances.
- The <b>Stormpath.SDK.Application</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#application">Application</a> resources.
- The <b>Stormpath.SDK.Auth</b> namespace provides classes that represent authentication requests and results.
- The <b>Stormpath.SDK.Cache</b> namespace provides classes that are used to implement client-side caching of API resources.
- The <b>Stormpath.SDK.Client</b> namespace provides classes that are used to interact with the Stormpath REST API.
- The <b>Stormpath.SDK.CustomData</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#custom-data">Custom Data</a> resources.
- The <b>Stormpath.SDK.DataStore</b> namespace provides classes that handle the underlying communication with the Stormpath REST API.
- The <b>Stormpath.SDK.Directory</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#directory">Directory</a> resources.
- The <b>Stormpath.SDK.Error</b> namespace provides classes that represent Stormpath API errors.
- The <b>Stormpath.SDK.Group</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#group">Group</a> resources.
- The <b>Stormpath.SDK.Http</b> namespace provides classes that represent HTTP requests and responses.
- The <b>Stormpath.SDK.IdSite</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/idsite.html">ID Site</a>.
- The <b>Stormpath.SDK.Jwt</b> namespace provides classes that are used to interact with JSON Web Token (JWT) objects.
- The <b>Stormpath.SDK.Linq</b> namespace provides classes that are used to implement LINQ to Stormpath.
- The <b>Stormpath.SDK.Linq.Expandables</b> namespace provides interfaces that represent resources and collections that can be <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#links">expanded</a>.
- The <b>Stormpath.SDK.Logging</b> namespace provides classes that are used for debug logging.
- The <b>Stormpath.SDK.Provider</b> namespace provides classes that are used to interact with Stormpath Providers.
- The <b>Stormpath.SDK.Resource</b> namespace provides interfaces that represent abstract Stormpath resources.
- The <b>Stormpath.SDK.Serialization</b> namespace provides classes that are used to serialize and deserialize JSON data.
- The <b>Stormpath.SDK.Shared</b> namespace provides classes that are shared by the SDK and plugins
- The <b>Stormpath.SDK.Sync</b> namespace provides synchronous access to all SDK API methods.
- The <b>Stormpath.SDK.Tenant</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#tenant">Tenant</a> resources.
- The <b>Stormpath.SDK.Oauth</b> namespace provides classes that are used to implement <a href="http://docs.stormpath.com/guides/token-management/">token-based authentication</a>.
- The <b>Stormpath.SDK.Organization</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#organization">Organization</a> resources.
- The <b>Stormpath.SDK.Saml</b> namespace provides classes that are used to interact with SAML providers.
- The <b>Stormpath.SDK.Shared.Extensions</b> namespace provides extension methods that are shared by the SDK and plugins.
-
+The <b>Stormpath.SDK.Account</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#account">Account</a> resources.
+The <b>Stormpath.SDK.AccountStore</b> namespace provides classes that are used to interact with AccountStore resources (Directories and Groups), and <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#account-store-mapping">AccountStoreMapping</a> resources.
+The <b>Stormpath.SDK.Api</b> namespace provides classes that interact with Stormpath API Key instances.
+The <b>Stormpath.SDK.Application</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#application">Application</a> resources.
+The <b>Stormpath.SDK.Auth</b> namespace provides classes that represent authentication requests and results.
+The <b>Stormpath.SDK.Cache</b> namespace provides classes that are used to implement client-side caching of API resources.
+The <b>Stormpath.SDK.Client</b> namespace provides classes that are used to interact with the Stormpath REST API.
+The <b>Stormpath.SDK.CustomData</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#custom-data">Custom Data</a> resources.
+The <b>Stormpath.SDK.DataStore</b> namespace provides classes that handle the underlying communication with the Stormpath REST API.
+The <b>Stormpath.SDK.Directory</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#directory">Directory</a> resources.
+The <b>Stormpath.SDK.Error</b> namespace provides classes that represent Stormpath API errors.
+The <b>Stormpath.SDK.Group</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#group">Group</a> resources.
+The <b>Stormpath.SDK.Http</b> namespace provides classes that represent HTTP requests and responses.
+The <b>Stormpath.SDK.IdSite</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/idsite.html">ID Site</a>.
+The <b>Stormpath.SDK.Jwt</b> namespace provides classes that are used to interact with JSON Web Token (JWT) objects.
+The <b>Stormpath.SDK.Linq</b> namespace provides classes that are used to implement LINQ to Stormpath.
+The <b>Stormpath.SDK.Linq.Expandables</b> namespace provides interfaces that represent resources and collections that can be <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#links">expanded</a>.
+The <b>Stormpath.SDK.Logging</b> namespace provides classes that are used for debug logging.
+The <b>Stormpath.SDK.Provider</b> namespace provides classes that are used to interact with Stormpath Providers.
+The <b>Stormpath.SDK.Resource</b> namespace provides interfaces that represent abstract Stormpath resources.
+The <b>Stormpath.SDK.Serialization</b> namespace provides classes that are used to serialize and deserialize JSON data.
+The <b>Stormpath.SDK.Shared</b> namespace provides classes that are shared by the SDK and plugins
+The <b>Stormpath.SDK.Sync</b> namespace provides synchronous access to all SDK API methods.
+The <b>Stormpath.SDK.Tenant</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#tenant">Tenant</a> resources.
+The <b>Stormpath.SDK.Oauth</b> namespace provides classes that are used to implement <a href="http://docs.stormpath.com/guides/token-management/">token-based authentication</a>.
+The <b>Stormpath.SDK.Organization</b> namespace provides classes that are used to interact with <a href="https://docs.stormpath.com/rest/product-guide/latest/reference.html#organization">Organization</a> resources.
+The <b>Stormpath.SDK.Saml</b> namespace provides classes that are used to interact with SAML providers.
+The <b>Stormpath.SDK.Shared.Extensions</b> namespace provides extension methods that are shared by the SDK and plugins.
+The <b>Stormpath.SDK.Mail</b> namespace provides classes that are used to interact with Stormpath email features.
Copyright 2015 <%3ba href="%3bhttps://stormpath.com"%3b>%3bStormpath, Inc<%3b/a>%3b. Questions or comments%3f Send us <%3ba href="%3bmailto:support%40stormpath.com"%3b>%3ban email<%3b/a>%3b!
@@ -95,14 +95,13 @@
..\Stormpath.SDK\packages\
-
+
-
-
+
{@HelpFormatOutputPaths}
-
+