Skip to content

Commit

Permalink
Merge pull request #163 from HDFGroup/1.10.6
Browse files Browse the repository at this point in the history
HDF.PInvoke 1.10.6
  • Loading branch information
gheber authored Feb 6, 2020
2 parents 154ac2e + 2b129c5 commit d281aa7
Show file tree
Hide file tree
Showing 15 changed files with 9 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
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
##### 1.10.6.1
* Fixed the documentation link.

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

##### 1.10.5.2
* Bugfix for https://github.com/HDFGroup/HDF.PInvoke/issues/161.

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
Binary file modified native/HDF5 1.10/bin32/hdf5.dll
Binary file not shown.
Binary file modified native/HDF5 1.10/bin32/hdf5.pdb
Binary file not shown.
Binary file modified native/HDF5 1.10/bin32/hdf5_hl.dll
Binary file not shown.
Binary file modified native/HDF5 1.10/bin32/hdf5_hl.pdb
Binary file not shown.
Binary file modified native/HDF5 1.10/bin32/szip.dll
Binary file not shown.
Binary file modified native/HDF5 1.10/bin32/zlib.dll
Binary file not shown.
Binary file modified native/HDF5 1.10/bin64/hdf5.dll
Binary file not shown.
Binary file modified native/HDF5 1.10/bin64/hdf5.pdb
Binary file not shown.
Binary file modified native/HDF5 1.10/bin64/hdf5_hl.dll
Binary file not shown.
Binary file modified native/HDF5 1.10/bin64/hdf5_hl.pdb
Binary file not shown.
Binary file modified native/HDF5 1.10/bin64/szip.dll
Binary file not shown.
Binary file modified native/HDF5 1.10/bin64/zlib.dll
Binary file not shown.

0 comments on commit d281aa7

Please sign in to comment.