Skip to content

Commit a22b8c5

Browse files
committed
fix(nuspec): fix nuspec nhibernate version to 5.1.1
1 parent 68b889a commit a22b8c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nuspec/FluentNHibernate.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tags>ORM DAL NHibernate DataBase ADO.Net Mappings Conventions</tags>
1616
<copyright>Copyright (c) James Gregory and contributors (Paul Batum, Hudson Akridge, Gleb Chermennov, Jorge Rodríguez Galán).</copyright>
1717
<dependencies>
18-
<dependency id="NHibernate" version="5.1.0" />
18+
<dependency id="NHibernate" version="5.1.1" />
1919
</dependencies>
2020
</metadata>
2121
<files>

nuspec/FluentNHibernate.symbols.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tags>ORM DAL NHibernate DataBase ADO.Net Mappings Conventions</tags>
1616
<copyright>Copyright (c) James Gregory and contributors (Paul Batum, Hudson Akridge, Gleb Chermennov, Jorge Rodríguez Galán).</copyright>
1717
<dependencies>
18-
<dependency id="NHibernate" version="5.1.0" />
18+
<dependency id="NHibernate" version="5.1.1" />
1919
</dependencies>
2020
</metadata>
2121
<files>

0 commit comments

Comments
 (0)