diff --git a/MatFileHandler/MatFileHandler.csproj b/MatFileHandler/MatFileHandler.csproj
index 0acb216..ffa8e5f 100755
--- a/MatFileHandler/MatFileHandler.csproj
+++ b/MatFileHandler/MatFileHandler.csproj
@@ -9,7 +9,7 @@
Copyright 2017-2020 Alexander Luzgarev
MIT
https://github.com/mahalex/MatFileHandler
- https://github.com/mahalex/MatFileHandler/releases/tag/v$(Version)
+ https://github.com/mahalex/MatFileHandler/releases/tag/v$(PackageVersion)
README.md
Matlab
https://github.com/mahalex/MatFileHandler
diff --git a/README.md b/README.md
index 90cd1c4..218deef 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# MatFileHandler
-[](https://www.nuget.org/packages/MatFileHandler/)
+[](https://www.nuget.org/packages/MatFileHandler/absoluteLatest)
MatFileHandler is a .NET library for reading and writing MATLAB .mat files
(of so-called "Level 5"). MatFileHandler supports numerical arrays,
@@ -15,9 +15,8 @@ You can find (partial) technical description of MATLAB object data format
This document briefly describes how to perform simple operations with .mat files
using MatFileHandler.
-If you have questions and/or ideas, you can [file a new issue]
-(https://github.com/mahalex/MatFileHandler/issues/new) or contact me directly at
-.
+If you have questions and/or ideas, you can [file a new issue](https://github.com/mahalex/MatFileHandler/issues/new)
+or contact me directly at .
## Changelog
@@ -205,7 +204,7 @@ classdef Point
end
end
```
-We omit any methods (and constructos) such a class might have, because they are
+We omit any methods (and constructors) such a class might have, because they are
not stored when you save an object of a class into a `.mat` file.
Imagine that you have a `1x2 Point` object array `p` (an array of two points)