From 1eecbf2a79bd160465a295381163aae2a28c3669 Mon Sep 17 00:00:00 2001 From: Robert Hague Date: Sat, 5 Apr 2025 13:06:53 +0200 Subject: [PATCH] Add README to package --- MatFileHandler/MatFileHandler.csproj | 8 +++++--- README.md | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/MatFileHandler/MatFileHandler.csproj b/MatFileHandler/MatFileHandler.csproj index 0a43df5..c367c12 100755 --- a/MatFileHandler/MatFileHandler.csproj +++ b/MatFileHandler/MatFileHandler.csproj @@ -7,9 +7,10 @@ Alexander Luzgarev MatFileHandler provides a simple interface for reading and writing MATLAB .mat files (of so-called "Level 5") and extracting the contents of numerical arrays, logical arrays, sparse arrays, char arrays, cell arrays and structure arrays. Copyright 2017-2020 Alexander Luzgarev - LICENSE.md + MIT https://github.com/mahalex/MatFileHandler - First release. + https://github.com/mahalex/MatFileHandler/releases/tag/v$(Version) + README.md Matlab https://github.com/mahalex/MatFileHandler bin\$(Configuration)\ @@ -19,6 +20,7 @@ enable true true + true snupkg @@ -42,6 +44,6 @@ - + diff --git a/README.md b/README.md index 776f58d..90cd1c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MatFileHandler +[![NuGet Version](https://img.shields.io/nuget/vpre/MatFileHandler?color=green)](https://www.nuget.org/packages/MatFileHandler/) + MatFileHandler is a .NET library for reading and writing MATLAB .mat files (of so-called "Level 5"). MatFileHandler supports numerical arrays, logical arrays, sparse arrays, char arrays, cell arrays and structure arrays.