Skip to content

Commit 41041d5

Browse files
authored
Merge pull request #155 from HDFGroup/hdf5-1.8.21
HDF.PInvoke 1.8.21
2 parents 53377ec + 950e1b2 commit 41041d5

File tree

18 files changed

+5
-2
lines changed

18 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ of .NET bindings for HDF5, not the [LCM](https://en.wikipedia.org/wiki/Least_com
1515

1616
| HDF5 Release Version | Assembly Version | Assembly File Version | Git Tag |
1717
| ---------------------------------------------------------------------- | ---------------- | --------------------------------------------------------------- | ------- |
18-
| [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 |
18+
| [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 |
1919
| [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 |
2020

2121
[How "stuff" is versioned.](../../wiki/Versioning-and-Releases)
@@ -25,7 +25,7 @@ of .NET bindings for HDF5, not the [LCM](https://en.wikipedia.org/wiki/Least_com
2525
To install the latest HDF.PInvoke 1.8, run the following command in the
2626
[Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console)
2727
```
28-
Install-Package HDF.PInvoke -Version 1.8.20.0
28+
Install-Package HDF.PInvoke -Version 1.8.21.0
2929
```
3030
To install the latest HDF.PInvoke 1.10, run the following command in the
3131
[Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console)

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##### 1.8.21.0
2+
* Updated native dependencies (HDF5 1.8.21)
3+
14
##### 1.10.5.0
25
* Updated native dependencies (HDF5 1.10.5)
36
* New chunk info functions H5Dget_chunk[info,info_by_coord], H5Dget_num_chunks

native/HDF5 1.8/bin32/hdf5.dll

37.5 KB
Binary file not shown.

native/HDF5 1.8/bin32/hdf5.pdb

1.03 MB
Binary file not shown.

native/HDF5 1.8/bin32/hdf5_hl.dll

6.5 KB
Binary file not shown.

native/HDF5 1.8/bin32/hdf5_hl.pdb

152 KB
Binary file not shown.

native/HDF5 1.8/bin32/msvcp120.dll

-445 KB
Binary file not shown.

native/HDF5 1.8/bin32/msvcr120.dll

-948 KB
Binary file not shown.

native/HDF5 1.8/bin32/szip.dll

5 KB
Binary file not shown.

native/HDF5 1.8/bin32/zlib.dll

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)