Skip to content

Commit

Permalink
Merge pull request #131 from HDFGroup/hdf5-1.8.20
Browse files Browse the repository at this point in the history
Hdf5 1.8.20
  • Loading branch information
gheber authored Jan 22, 2018
2 parents 4918753 + 432f874 commit e07f5dd
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.19](https://support.hdfgroup.org/HDF5/release/obtain518.html) | 1.8.19.0 | [1.8.19.0](https://www.nuget.org/packages/HDF.PInvoke/1.8.18.0) | v1.8.19.0 |
| [1.8.20](https://support.hdfgroup.org/HDF5/release/obtain518.html) | 1.8.20.0 | [1.8.20.0](https://www.nuget.org/packages/HDF.PInvoke/1.8.20.0) | v1.8.20.0 |
| [1.10.1](https://www.hdfgroup.org/HDF5/release/obtain5.html) | 1.10.1.0 | [1.10.1.0](https://www.nuget.org/packages/HDF.PInvoke/1.10.1.0) | v1.10.1.0 |

[How "stuff" is versioned.](../../wiki/Versioning-and-Releases)
Expand All @@ -25,7 +25,7 @@ of .NET bindings for HDF5, not the [LCM](https://en.wikipedia.org/wiki/Least_com
To install the latest HDF.PInvoke 1.8, 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.8.19.0
Install-Package HDF.PInvoke -Version 1.8.20.0
```
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)
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.8.20.0
* Updated native dependencies (HDF5 1.8.20)

##### 1.10.1.0
* Updated native dependencies (HDF5 1.10.1)
* New functions for metadata cache image handling
Expand Down
Binary file modified native/HDF5 1.8/bin32/hdf5.dll
Binary file not shown.
Binary file modified native/HDF5 1.8/bin32/hdf5.pdb
Binary file not shown.
Binary file modified native/HDF5 1.8/bin32/hdf5_hl.dll
Binary file not shown.
Binary file modified native/HDF5 1.8/bin32/hdf5_hl.pdb
Binary file not shown.
Binary file modified native/HDF5 1.8/bin32/szip.dll
Binary file not shown.
Binary file modified native/HDF5 1.8/bin32/zlib.dll
Binary file not shown.
Binary file modified native/HDF5 1.8/bin64/hdf5.dll
Binary file not shown.
Binary file modified native/HDF5 1.8/bin64/hdf5.pdb
Binary file not shown.
Binary file modified native/HDF5 1.8/bin64/hdf5_hl.dll
Binary file not shown.
Binary file modified native/HDF5 1.8/bin64/hdf5_hl.pdb
Binary file not shown.
Binary file modified native/HDF5 1.8/bin64/szip.dll
Binary file not shown.
Binary file modified native/HDF5 1.8/bin64/zlib.dll
Binary file not shown.

0 comments on commit e07f5dd

Please sign in to comment.