Skip to content

Commit

Permalink
Update GDShrapt.Reader.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaunt committed Dec 20, 2023
1 parent f27d27a commit c7b317e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GDShrapt.Reader/GDShrapt.Reader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>3.2.1-alpha</Version>
<Version>4.0.0-alpha</Version>
<Authors>elamaunt</Authors>
<Product>GDShrapt</Product>
<Description>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.</Description>
Usage: Just create a GDScriptReader instance and call methods from it.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl></PackageProjectUrl>
<Copyright>elamaunt</Copyright>
Expand Down

0 comments on commit c7b317e

Please sign in to comment.