From 3c7952c5cc6cc0532296a46b4f0a43b4638e5571 Mon Sep 17 00:00:00 2001 From: Semenov Dmitry Date: Wed, 31 Jan 2024 23:08:11 +0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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