Skip to content

Commit 286e10f

Browse files
committed
+ Increase version
1 parent 7ccf658 commit 286e10f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

EmptyFlow.SciterAPI/EmptyFlow.SciterAPI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<PublishTrimmed>true</PublishTrimmed>
1010
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1111
<Title>C# Binding for Sciter HTML engine</Title>
12-
<Description>API for working with Sciter HTML engine from C#</Description>
12+
<Description>API for working with Sciter HTML engine from C#. Supported Sciter version 6.0.0.0+, trimming and compiling to NativeAot.</Description>
1313
<Copyright>Copyright (c) Roman Vladimirov</Copyright>
1414
<PackageProjectUrl>https://github.com/EmptyFlow/SciterAPI</PackageProjectUrl>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<RepositoryUrl>https://github.com/EmptyFlow/SciterAPI</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>html;html-engine;htmlengine;sciter;binding</PackageTags>
19-
<Version>1.0.0.0</Version>
19+
<Version>1.0.1.0</Version>
2020
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2121
</PropertyGroup>
2222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Now in progress and will be shortly
5555
* ~~Get/Set Element Text/Html~~
5656
* ~~Event Handler as class with overrided methods~~
5757
* ~~Get/Set Element Attributes~~
58+
* ~~Helpers for Scriter Value API~~
5859
* Helpers for Sciter Node API
5960
* Get/Set Variables
60-
* Helpers for Scriter Value API
6161
* Binding for Graphics API
6262
* Binding for Request API
6363
* Support SOM mapping

0 commit comments

Comments
 (0)