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
+[](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.