From f2cb6845c0a430cd0fd0545bdfa34dd3b5bb3833 Mon Sep 17 00:00:00 2001 From: Alexander Luzgarev Date: Fri, 17 Nov 2017 18:33:52 +0100 Subject: [PATCH] Fix package description --- MatFileHandler/MatFileHandler.csproj | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/MatFileHandler/MatFileHandler.csproj b/MatFileHandler/MatFileHandler.csproj index 4a40253..fdf1c70 100755 --- a/MatFileHandler/MatFileHandler.csproj +++ b/MatFileHandler/MatFileHandler.csproj @@ -3,12 +3,9 @@ netstandard2.0 1.0.0 MatFileHandler - A library for reading MATLAB .mat files. + A library for reading and writing MATLAB .mat files. Alexander Luzgarev - MatFileHandler provides a simple interface for reading MATLAB-produced - .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. - + 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 Alexander Luzgarev https://raw.githubusercontent.com/mahalex/MatFileHandler/master/LICENSE.md https://github.com/mahalex/MatFileHandler