Fix package description
This commit is contained in:
parent
881f564e99
commit
f2cb6845c0
@ -3,12 +3,9 @@
|
|||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<PackageVersion>1.0.0</PackageVersion>
|
<PackageVersion>1.0.0</PackageVersion>
|
||||||
<PackageId>MatFileHandler</PackageId>
|
<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>
|
<Authors>Alexander Luzgarev</Authors>
|
||||||
<Description>MatFileHandler provides a simple interface for reading MATLAB-produced
|
<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>
|
||||||
.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>
|
<Copyright>Copyright 2017 Alexander Luzgarev</Copyright>
|
||||||
<PackageLicenseUrl>https://raw.githubusercontent.com/mahalex/MatFileHandler/master/LICENSE.md</PackageLicenseUrl>
|
<PackageLicenseUrl>https://raw.githubusercontent.com/mahalex/MatFileHandler/master/LICENSE.md</PackageLicenseUrl>
|
||||||
<PackageProjectUrl>https://github.com/mahalex/MatFileHandler</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/mahalex/MatFileHandler</PackageProjectUrl>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user