From c7b317eddd12977eacc6143d92ee120cdf68a604 Mon Sep 17 00:00:00 2001 From: Semenov Dmitry Date: Thu, 21 Dec 2023 02:05:13 +0400 Subject: [PATCH] Update GDShrapt.Reader.csproj --- src/GDShrapt.Reader/GDShrapt.Reader.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GDShrapt.Reader/GDShrapt.Reader.csproj b/src/GDShrapt.Reader/GDShrapt.Reader.csproj index 06dc34f..0aa7aae 100644 --- a/src/GDShrapt.Reader/GDShrapt.Reader.csproj +++ b/src/GDShrapt.Reader/GDShrapt.Reader.csproj @@ -3,13 +3,13 @@ netstandard2.0 true - 3.2.1-alpha + 4.0.0-alpha elamaunt GDShrapt GDShrapt.Reader is .Net library and object-oriented one-pass parser of GDScript. It can build a lexical tree of GDScript code or generate a new code from scratch. Is free to use. -Usage: Just create GDScriptReader instance and call methods from it. +Usage: Just create a GDScriptReader instance and call methods from it. LICENSE elamaunt