diff --git a/NHibernate.SqlAzure/NHibernate.SqlAzure.Standalone.nuspec b/NHibernate.SqlAzure/NHibernate.SqlAzure.Standalone.nuspec index e11c6c0..364530a 100644 --- a/NHibernate.SqlAzure/NHibernate.SqlAzure.Standalone.nuspec +++ b/NHibernate.SqlAzure/NHibernate.SqlAzure.Standalone.nuspec @@ -42,5 +42,6 @@ + - \ No newline at end of file + diff --git a/NHibernate.SqlAzure/NHibernate.SqlAzure.nuspec b/NHibernate.SqlAzure/NHibernate.SqlAzure.nuspec index bab8d9f..a5ae7c8 100644 --- a/NHibernate.SqlAzure/NHibernate.SqlAzure.nuspec +++ b/NHibernate.SqlAzure/NHibernate.SqlAzure.nuspec @@ -40,5 +40,6 @@ + - \ No newline at end of file + diff --git a/NHibernate4.SqlAzure/NHibernate4.SqlAzure.Standalone.nuspec b/NHibernate4.SqlAzure/NHibernate4.SqlAzure.Standalone.nuspec index df97388..2448e2c 100644 --- a/NHibernate4.SqlAzure/NHibernate4.SqlAzure.Standalone.nuspec +++ b/NHibernate4.SqlAzure/NHibernate4.SqlAzure.Standalone.nuspec @@ -42,5 +42,6 @@ + - \ No newline at end of file + diff --git a/NHibernate4.SqlAzure/NHibernate4.SqlAzure.nuspec b/NHibernate4.SqlAzure/NHibernate4.SqlAzure.nuspec index 6381376..0dc5d36 100644 --- a/NHibernate4.SqlAzure/NHibernate4.SqlAzure.nuspec +++ b/NHibernate4.SqlAzure/NHibernate4.SqlAzure.nuspec @@ -40,5 +40,6 @@ + - \ No newline at end of file + diff --git a/NextVersion.txt b/NextVersion.txt new file mode 100644 index 0000000..50aea0e --- /dev/null +++ b/NextVersion.txt @@ -0,0 +1 @@ +2.1.0 \ No newline at end of file diff --git a/README.md b/README.md index cebe49e..fe3978a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ To use the provider: * 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). +NHibernate 4 support +-------------------- + +We have NHibernate 4 supports via separate NuGet packages thanks to [@rytmis](https://github.com/rytmis): + +* `Install-Package NHibernate4.SqlAzure` +* `Install-Package NHibernate4.SqlAzure.Standalone` + Reliable transactions ---------------------