Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaunt committed Jan 31, 2024
1 parent 3c075d4 commit 3c7952c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 3c7952c

Please sign in to comment.