Skip to content

Commit

Permalink
Merge pull request #156 from HDFGroup/bugfix#154
Browse files Browse the repository at this point in the history
Bugfix for issue #154
  • Loading branch information
gheber authored Mar 13, 2019
2 parents 41041d5 + ca58c75 commit 11919c1
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 17 deletions.
2 changes: 1 addition & 1 deletion HDF5/H5Epublic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ IntPtr client_data
public delegate herr_t walk_t
(
uint n,
ref error_t err_desc,
[In]ref error_t err_desc,
IntPtr client_data
);

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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.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 |
| [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 |

[How "stuff" is versioned.](../../wiki/Versioning-and-Releases)

Expand All @@ -25,12 +25,12 @@ 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.21.0
Install-Package HDF.PInvoke -Version 1.8.21.1
```
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.0
Install-Package HDF.PInvoke -Version 1.10.5.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.5.1
* Bugfix for https://github.com/HDFGroup/HDF.PInvoke/issues/154.

##### 1.8.21.1
* Bugfix for https://github.com/HDFGroup/HDF.PInvoke/issues/154.

##### 1.8.21.0
* Updated native dependencies (HDF5 1.8.21)

Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Eauto_is_v2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5Eauto_is_v2Test1()
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Eclear.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5EclearTest1()
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Eclose_stack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5Eclose_stackTest1()
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Ecreate_stack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5Ecreate_stackTest1()
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Eget_auto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5Eget_autoTest1()
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Eget_current_stack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5Eget_current_stackTest1()
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Eget_num.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5Eget_numTest1()
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Epop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5EpopTest1()
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Epush.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5EpushTest1()
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Eset_auto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5Eset_autoTest1()
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/H5ETest/H5Eset_current_stack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5Eset_current_stackTest1()
Expand Down
3 changes: 2 additions & 1 deletion UnitTests/H5ETest/H5Ewalk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

namespace UnitTests
{
public partial class H5Test
public partial class H5ETest
{
[TestMethod]
public void H5EwalkTest1()
Expand Down Expand Up @@ -82,6 +82,7 @@ public herr_t WalkDelegateMethod
IntPtr client_data
)
{
Assert.IsTrue(err_desc.line > 0);
return 0;
}
}
Expand Down

0 comments on commit 11919c1

Please sign in to comment.