Skip to content

Commit

Permalink
Merge pull request #150 from HDFGroup/hdf5-1.10.4
Browse files Browse the repository at this point in the history
HDF.PInvoke 1.10.4
  • Loading branch information
gheber authored Dec 13, 2018
2 parents cc64452 + 56c9684 commit 1369c15
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 @@ -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.20](https://portal.hdfgroup.org/display/support/Downloads) | 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.3](https://portal.hdfgroup.org/display/support/Downloads) | 1.10.3.0 | [1.10.3.0](https://www.nuget.org/packages/HDF.PInvoke/1.10.3.0) | v1.10.3.0 |
| [1.10.4](https://portal.hdfgroup.org/display/support/Downloads) | 1.10.4.0 | [1.10.4.0](https://www.nuget.org/packages/HDF.PInvoke/1.10.4.0) | v1.10.4.0 |

[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.3.0
Install-Package HDF.PInvoke -Version 1.10.4.0
```

# 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.4.0
* Updated native dependencies (HDF5 1.10.4)

##### 1.10.3.0
* Updated native dependencies (HDF5 1.10.3)
* API versioning for H5O[get_info*,visit*]
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 1369c15

Please sign in to comment.