We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca5ffe commit 71b425dCopy full SHA for 71b425d
src/NHibernate/Cfg/Environment.cs
@@ -54,7 +54,7 @@ public static string Version
54
55
if (attrs != null && attrs.Length > 0)
56
{
57
- cachedVersion = string.Format("{0} ({1})", thisAssembly.GetName().Version, attrs[0].InformationalVersion);
+ cachedVersion = string.Format("{0} (assembly {1})", attrs[0].InformationalVersion, thisAssembly.GetName().Version);
58
}
59
else
60
0 commit comments