Skip to content

Commit

Permalink
Merge pull request #155 from HDFGroup/hdf5-1.8.21
Browse files Browse the repository at this point in the history
HDF.PInvoke 1.8.21
  • Loading branch information
gheber authored Mar 13, 2019
2 parents 53377ec + 950e1b2 commit 41041d5
Show file tree
Hide file tree
Showing 18 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.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.8.21](https://portal.hdfgroup.org/display/support/Downloads) | 1.8.21.0 | [1.8.21.0](https://www.nuget.org/packages/HDF.PInvoke/1.8.21.0) | v1.8.21.0 |
| [1.10.5](https://portal.hdfgroup.org/display/support/Downloads) | 1.10.5.0 | [1.10.5.0](https://www.nuget.org/packages/HDF.PInvoke/1.10.5.0) | v1.10.5.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.20.0
Install-Package HDF.PInvoke -Version 1.8.21.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.21.0
* Updated native dependencies (HDF5 1.8.21)

##### 1.10.5.0
* Updated native dependencies (HDF5 1.10.5)
* New chunk info functions H5Dget_chunk[info,info_by_coord], H5Dget_num_chunks
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 removed native/HDF5 1.8/bin32/msvcp120.dll
Binary file not shown.
Binary file removed native/HDF5 1.8/bin32/msvcr120.dll
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 removed native/HDF5 1.8/bin64/msvcp120.dll
Binary file not shown.
Binary file removed native/HDF5 1.8/bin64/msvcr120.dll
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 41041d5

Please sign in to comment.