From 0f913e9114dbb89a99489c97c7ad4e604cf4c97b Mon Sep 17 00:00:00 2001 From: Robert Hague Date: Sun, 6 Apr 2025 13:06:55 +0200 Subject: [PATCH] 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)