Skip to content

Commit e6612e0

Browse files
committed
Updated release notes.
1 parent 3f0e8d8 commit e6612e0

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("Release")]
1111
[assembly: AssemblyCompany("The HDF Group")]
1212
[assembly: AssemblyProduct("HDF.PInvoke")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
13+
[assembly: AssemblyCopyright("Copyright © 2024")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
![AppVeyor Project status badge](https://ci.appveyor.com/api/projects/status/github/HDFGroup/HDF.PInvoke?branch=master&svg=true)
22
[![Gitter](https://badges.gitter.im/HDFGroup/HDF.PInvoke.svg)](https://gitter.im/HDFGroup/HDF.PInvoke?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
3-
[![Google Group](https://groups.google.com/forum/my-groups-color.png)](https://groups.google.com/forum/#!forum/sharp-hdf5)
43

54
# What it is (not)
65

76
HDF.PInvoke is a collection of [PInvoke](https://en.wikipedia.org/wiki/Platform_Invocation_Services)
8-
signatures for the [HDF5 C-API](https://www.hdfgroup.org/HDF5/doc/RM/RM_H5Front.html).
7+
signatures for the [HDF5 C-API](https://docs.hdfgroup.org/hdf5/develop).
98
It's practically *code-free*, which means we can blame all the bugs on Microsoft or [The HDF Group](https://www.hdfgroup.org/) :smile:
109

1110
It is **not** a high-level .NET interface for HDF5. "It's the [GCD](https://en.wikipedia.org/wiki/Greatest_common_divisor)
@@ -15,8 +14,8 @@ of .NET bindings for HDF5, not the [LCM](https://en.wikipedia.org/wiki/Least_com
1514

1615
| HDF5 Release Version | Assembly Version | Assembly File Version | Git Tag |
1716
| ---------------------------------------------------------------------- | ---------------- | --------------------------------------------------------------- | ------- |
18-
| [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 |
19-
| [1.10.6](https://portal.hdfgroup.org/display/support/Downloads) | 1.10.6.1 | [1.10.6.1](https://www.nuget.org/packages/HDF.PInvoke/1.10.6.1) | v1.10.6.1 |
17+
| [1.8.21](https://portal.hdfgroup.org/downloads/index.html) | 1.8.21.1 | [1.8.21.1](https://www.nuget.org/packages/HDF.PInvoke/1.8.21.1) | v1.8.21.1 |
18+
| [1.10.11](https://portal.hdfgroup.org/downloads/index.html) | 1.10.11 | [1.10.11](https://www.nuget.org/packages/HDF.PInvoke/1.10.11) | v1.10.11 |
2019

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

@@ -30,7 +29,7 @@ To install the latest HDF.PInvoke 1.8, run the following command in the
3029
To install the latest HDF.PInvoke 1.10, run the following command in the
3130
[Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console)
3231
```
33-
Install-Package HDF.PInvoke -Version 1.10.6.1
32+
Install-Package HDF.PInvoke -Version 1.10.11
3433
```
3534

3635
# Prerequisites
@@ -62,9 +61,9 @@ the native DLLs in ``C:\bin\bin32`` and ``C:\bin\bin64``.
6261
Finally, the ``PATH`` environment variable of the running process is searched for other locations,
6362
such as installed by the [HDF5 installers](https://www.hdfgroup.org/HDF5/).
6463

65-
# Two Major HDF5 Versions for the Price of One (Free)
64+
# One Major HDF5 Version
6665

67-
The HDF Group currently maintains two major HDF5 release families, HDF5 1.8 and HDF5 1.10. The Visual Studio Solution is set up to build the `HDF.PInvoke.dll` .NET assemblies for the `"Any CPU"` platform in the `Debug` and `Release` configurations. Support for the HDF5 1.8 or 1.10 API is toggled via the `HDF5_VER1_10` conditional compilation symbol in the *Build* properties of the *HDF.PInvoke* and *UnitTest* projects.
66+
The HDF Group currently maintains **one** major HDF5 release family, HDF5 1.14. The Visual Studio Solution is set up to build the `HDF.PInvoke.dll` .NET assemblies for the `"Any CPU"` platform in the `Debug` and `Release` configurations. Support for the HDF5 1.8 or 1.10 API is toggled via the `HDF5_VER1_10` conditional compilation symbol in the *Build* properties of the *HDF.PInvoke* and *UnitTest* projects.
6867

6968
# License
7069

RELEASE_NOTES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### 1.10.11
2+
* HDF5 1.10.x is no longer supported
3+
* This release includes 1.14.3 binaries with 1.10 API compatibility
4+
* Remove globals that are no longer available
5+
* Version APIs for H5L and H5S calls
6+
* Solution and project updates for VS 2022
7+
* Updates paket version
8+
19
##### 1.10.6.1
210
* Fixed the documentation link.
311

0 commit comments

Comments
 (0)