diff --git a/README.md b/README.md index 3c1e9a5..3c1e142 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ of .NET bindings for HDF5, not the [LCM](https://en.wikipedia.org/wiki/Least_com | HDF5 Release Version | Assembly Version | Assembly File Version | Git Tag | | ---------------------------------------------------------------------- | ---------------- | --------------------------------------------------------------- | ------- | | [1.8.21](https://portal.hdfgroup.org/display/support/Downloads) | 1.8.21.1 | [1.8.21.1](https://www.nuget.org/packages/HDF.PInvoke/1.8.21.1) | v1.8.21.1 | -| [1.10.5](https://portal.hdfgroup.org/display/support/Downloads) | 1.10.5.1 | [1.10.5.1](https://www.nuget.org/packages/HDF.PInvoke/1.10.5.1) | v1.10.5.1 | +| [1.10.6](https://portal.hdfgroup.org/display/support/Downloads) | 1.10.6.1 | [1.10.6.1](https://www.nuget.org/packages/HDF.PInvoke/1.10.6.1) | v1.10.6.1 | [How "stuff" is versioned.](../../wiki/Versioning-and-Releases) @@ -30,7 +30,7 @@ To install the latest HDF.PInvoke 1.8, run the following command in the To install the latest HDF.PInvoke 1.10, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console) ``` - Install-Package HDF.PInvoke -Version 1.10.5.1 + Install-Package HDF.PInvoke -Version 1.10.6.1 ``` # Prerequisites diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2b72aa5..fa62aea 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +##### 1.10.6.1 +* Fixed the documentation link. + ##### 1.10.6.0 * Updated native dependencies (HDF5 1.10.6) diff --git a/build.fsx b/build.fsx index f7cd9d9..802fd7c 100644 --- a/build.fsx +++ b/build.fsx @@ -89,7 +89,7 @@ Target "GenTemplate" (fun _ -> Language = Some "en-US" Description = [ - """This package contains PInvoke declarations for the (unmanaged) HDF5 """ + VER + """.x C-API. For documenation, see the "HDF5: API Specification Reference Manual" at http://www.hdfgroup.org/HDF5/doc/RM/RM_H5Front.html.""" + """This package contains PInvoke declarations for the (unmanaged) HDF5 """ + VER + """.x C-API. For documenation, see the "Core Libray" at https://portal.hdfgroup.org/display/HDF5/Core+Library.""" ] Owners = ["The HDF Group"] Authors =