diff --git a/README.md b/README.md index 587447c..2a626f3 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ GDShrapt.Reader allows to build a lexical tree or generate a new code from scrat ### How to install -Currently the latest **4.1.4-alpha version** from [Nuget](https://www.nuget.org/packages/GDShrapt.Reader). +Currently the latest **4.2.0-alpha version** from [Nuget](https://www.nuget.org/packages/GDShrapt.Reader). Installation from Nuget console: ``` -Install-Package GDShrapt.Reader -Version 4.1.4-alpha +Install-Package GDShrapt.Reader -Version 4.2.0-alpha ``` ## Capabilities, plan and what can be parsed @@ -62,6 +62,12 @@ Install-Package GDShrapt.Reader -Version 4.1.4-alpha ## Last updates +#### 4.2.0-alpha +Reworked attributes parsing. +Improved properties and intendatino tokens parsing. +Fixed comma bugs. +Added new methods for attributes enumeration. + #### 4.1.4-alpha Fixed dictionary with assignment parsing