Fix package description

This commit is contained in:
Alexander Luzgarev 2017-11-17 18:33:52 +01:00
parent 881f564e99
commit f2cb6845c0

View File

@ -3,12 +3,9 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageVersion>1.0.0</PackageVersion>
<PackageId>MatFileHandler</PackageId>
<Title>A library for reading MATLAB .mat files.</Title>
<Title>A library for reading and writing MATLAB .mat files.</Title>
<Authors>Alexander Luzgarev</Authors>
<Description>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.
</Description>
<Description>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.</Description>
<Copyright>Copyright 2017 Alexander Luzgarev</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/mahalex/MatFileHandler/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/mahalex/MatFileHandler</PackageProjectUrl>