On top of reference topics, normally the nuget package version is displayed like this:
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
This works fine in most of my projects, but in two of them it doesn't. The code can be found in these GitHub repositories: FolkerKinzel.MimeTypes and FolkerKinzel.DataUrls.
In these projects it always displays:
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+f3b40d3afc4889b7965c4b49093672628a3624fe
(The version should be 5.6.0+.)
The csproj files (that are the documentation sources) and the shfbproj files look quite similar to that in FolkerKinzel.VCards (see above). Creating a new Sandcastle Help File Builder Project from these DLLs did not solve the problem.
On top of reference topics, normally the nuget package version is displayed like this:
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
This works fine in most of my projects, but in two of them it doesn't. The code can be found in these GitHub repositories: FolkerKinzel.MimeTypes and FolkerKinzel.DataUrls.
In these projects it always displays:
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+f3b40d3afc4889b7965c4b49093672628a3624fe
(The version should be 5.6.0+.)
The csproj files (that are the documentation sources) and the shfbproj files look quite similar to that in FolkerKinzel.VCards (see above). Creating a new Sandcastle Help File Builder Project from these DLLs did not solve the problem.