Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions nuspec/FluentNHibernate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<copyright>Copyright (c) James Gregory and contributors (Paul Batum, Hudson Akridge, Gleb Chermennov, Jorge Rodríguez Galán).</copyright>
<dependencies>
<group targetFramework="net461" >
<dependency id="NHibernate" version="5.1.1" />
<dependency id="NHibernate" version="5.2.4" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="NHibernate" version="5.1.1" />
<dependency id="NHibernate" version="5.2.4" />
</group>
<group targetFramework="netcoreapp2.0">
<dependency id="NHibernate" version="5.1.1" />
<dependency id="NHibernate" version="5.2.4" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion nuspec/FluentNHibernate.symbols.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<tags>ORM DAL NHibernate DataBase ADO.Net Mappings Conventions</tags>
<copyright>Copyright (c) James Gregory and contributors (Paul Batum, Hudson Akridge, Gleb Chermennov, Jorge Rodríguez Galán).</copyright>
<dependencies>
<dependency id="NHibernate" version="5.1.1" />
<dependency id="NHibernate" version="5.2.4" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Data.SqlClient;
using System.Text;

namespace FluentNHibernate.Cfg.Db
Expand Down
2 changes: 1 addition & 1 deletion src/Shared.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>

<PropertyGroup Label="Package Versions">
<NHibernatePackageVersion>5.1.1</NHibernatePackageVersion>
<NHibernatePackageVersion>5.2.4</NHibernatePackageVersion>
</PropertyGroup>

</Project>