Skip to content

Commit

Permalink
Minor documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore committed May 4, 2014
1 parent 547aa38 commit 3f9d777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

The source code for NHibernate.SqlAzure is available under an MIT license as
per below. If you are using the version of NHibernate.SqlAzure that is combined
with the EnterpriseLibrary dlls then it is available under the Microsoft Public
License (Ms-PL) as per http://entlib.codeplex.com/license.
with the EnterpriseLibrary dlls then it is available under the EnterpriseLibrary
license as per http://entlib.codeplex.com/license.

-----

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use the provider:

1. `Update-Package FluentNHibernate`
2. `Install-Package NHibernate.SqlAzure`
* or if you want the version that isn't IL-merged with the Microsoft Transient Fault Handling library then `Install-Package NHibernate.SqlAzure.Standalone` (note: that will add 4 or so other dependencies as well!)
* or if you want the version that isn't IL-merged with the Microsoft Transient Fault Handling library then `Install-Package NHibernate.SqlAzure.Standalone` (note: that will add 2 other dependencies as well)
3. Set the `Database` to use `SqlAzureClientDriver` as the client driver (note: if you get Timeout exceptions then see the Advanced section below), e.g.:

Fluently.Configure()
Expand All @@ -27,7 +27,7 @@ To use the provider:

1. `Update-Package NHibernate`
2. `Install-Package NHibernate.SqlAzure`
* or if you want the version that isn't IL-merged with the Microsoft Transient Fault Handling library then `Install-Package NHibernate.SqlAzure.Standalone` (note: that will add 4 or so other dependencies as well!)
* or if you want the version that isn't IL-merged with the Microsoft Transient Fault Handling library then `Install-Package NHibernate.SqlAzure.Standalone` (note: that will add 2 other dependencies as well)
3. Set the `connection.driver_class` property on the session factory configuration to `NHibernate.SqlAzure.SqlAzureClientDriver, NHibernate.SqlAzure` (note: if you get Timeout exceptions then see the Advanced section below).

Reliable transactions
Expand Down

0 comments on commit 3f9d777

Please sign in to comment.