Skip to content

Commit

Permalink
Fixed documentation link + updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
gheber committed Feb 5, 2020
1 parent a34ff53 commit 2b129c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
##### 1.10.6.1
* Fixed the documentation link.

##### 1.10.6.0
* Updated native dependencies (HDF5 1.10.6)

Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 2b129c5

Please sign in to comment.