Skip to content

Commit b6d3e5d

Browse files
committed
WIP #48 - Remove another unneeded dependency
Also bump copyright year
1 parent 029666f commit b6d3e5d

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

CSF.ORM.NHibernate4/CSF.ORM.NHibernate4.nuspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
1212
<projectUrl>https://github.com/csf-dev/CSF.ORM</projectUrl>
1313
<description>Implementation of the ORM abstractions for users of NHibernate version 4.x.</description>
14-
<copyright>Copyright 2020 - CSF Software Limited</copyright>
14+
<copyright>Copyright 2021 - CSF Software Limited</copyright>
1515
<repository url="https://github.com/csf-dev/CSF.ORM" />
1616
<dependencies>
1717
<group targetFramework=".NETFramework4.5">
@@ -30,9 +30,6 @@
3030
<dependency id="NHibernate" version="[4.0.0.4000,5.0.0)" />
3131
</group>
3232
</dependencies>
33-
<frameworkAssemblies>
34-
<frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.5" />
35-
</frameworkAssemblies>
3633
</metadata>
3734
<files>
3835
<file src="bin/Release/**/CSF.ORM.NHibernate*.dll" target="lib" />

CSF.ORM.NHibernate5/CSF.ORM.NHibernate5.nuspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
1212
<projectUrl>https://github.com/csf-dev/CSF.ORM</projectUrl>
1313
<description>Implementation of the ORM abstractions for users of NHibernate version 5.x.</description>
14-
<copyright>Copyright 2020 - CSF Software Limited</copyright>
14+
<copyright>Copyright 2021 - CSF Software Limited</copyright>
1515
<repository url="https://github.com/csf-dev/CSF.ORM" />
1616
<dependencies>
1717
<group targetFramework=".NETFramework4.6.1">
@@ -30,9 +30,6 @@
3030
<dependency id="NHibernate" version="[5.0.0,6.0.0)" />
3131
</group>
3232
</dependencies>
33-
<frameworkAssemblies>
34-
<frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.6.1" />
35-
</frameworkAssemblies>
3633
</metadata>
3734
<files>
3835
<file src="bin/Release/**/CSF.ORM.NHibernate*.dll" target="lib" />

0 commit comments

Comments
 (0)