From 0f913e9114dbb89a99489c97c7ad4e604cf4c97b Mon Sep 17 00:00:00 2001 From: Robert Hague Date: Sun, 6 Apr 2025 13:06:55 +0200 Subject: [PATCH 1/2] Fix release notes link --- MatFileHandler/MatFileHandler.csproj | 2 +- README.md | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/MatFileHandler/MatFileHandler.csproj b/MatFileHandler/MatFileHandler.csproj index 0acb216..ffa8e5f 100755 --- a/MatFileHandler/MatFileHandler.csproj +++ b/MatFileHandler/MatFileHandler.csproj @@ -9,7 +9,7 @@ Copyright 2017-2020 Alexander Luzgarev MIT https://github.com/mahalex/MatFileHandler - https://github.com/mahalex/MatFileHandler/releases/tag/v$(Version) + https://github.com/mahalex/MatFileHandler/releases/tag/v$(PackageVersion) README.md Matlab https://github.com/mahalex/MatFileHandler diff --git a/README.md b/README.md index 90cd1c4..a9e9abd 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,8 @@ You can find (partial) technical description of MATLAB object data format This document briefly describes how to perform simple operations with .mat files using MatFileHandler. -If you have questions and/or ideas, you can [file a new issue] -(https://github.com/mahalex/MatFileHandler/issues/new) or contact me directly at -. +If you have questions and/or ideas, you can [file a new issue](https://github.com/mahalex/MatFileHandler/issues/new) +or contact me directly at . ## Changelog @@ -205,7 +204,7 @@ classdef Point end end ``` -We omit any methods (and constructos) such a class might have, because they are +We omit any methods (and constructors) such a class might have, because they are not stored when you save an object of a class into a `.mat` file. Imagine that you have a `1x2 Point` object array `p` (an array of two points) -- 2.45.2 From 6b28ee6e46d6e0490a87903c67489662a5ddd102 Mon Sep 17 00:00:00 2001 From: Robert Hague Date: Sun, 6 Apr 2025 13:56:30 +0200 Subject: [PATCH 2/2] link to latest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e9abd..218deef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MatFileHandler -[![NuGet Version](https://img.shields.io/nuget/vpre/MatFileHandler?color=green)](https://www.nuget.org/packages/MatFileHandler/) +[![NuGet Version](https://img.shields.io/nuget/vpre/MatFileHandler?color=green)](https://www.nuget.org/packages/MatFileHandler/absoluteLatest) MatFileHandler is a .NET library for reading and writing MATLAB .mat files (of so-called "Level 5"). MatFileHandler supports numerical arrays, -- 2.45.2