Skip to content

Commit f783f19

Browse files
committed
updated readme
1 parent 675b161 commit f783f19

3 files changed

Lines changed: 33 additions & 3 deletions

File tree

ExprSharp.Repl/ExprSharp.Repl.csproj

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
6-
<RuntimeIdentifiers>win-x64;osx-x64</RuntimeIdentifiers>
76
<AssemblyName>esi</AssemblyName>
7+
<SignAssembly>true</SignAssembly>
8+
<AssemblyOriginatorKeyFile>esi_StardustDL.pfx</AssemblyOriginatorKeyFile>
9+
<Authors>Stardust D.L.</Authors>
10+
<Company>Stardust D.L.</Company>
11+
<PackageId>ExprSharp.Interactive</PackageId>
12+
<Product>ExprSharp.Interactive</Product>
13+
<PackageProjectUrl>https://github.com/ExprSharp/ExprSharp.Interactive</PackageProjectUrl>
14+
<RepositoryUrl>https://github.com/ExprSharp/ExprSharp.Interactive</RepositoryUrl>
15+
<RepositoryType>Git</RepositoryType>
16+
<Copyright>LGPL-3.0</Copyright>
17+
<PackageLicenseUrl>https://github.com/ExprSharp/ExprSharp.Interactive/blob/master/LICENSE</PackageLicenseUrl>
18+
<Description>The REPL environment of ExprSharp.</Description>
19+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
820
</PropertyGroup>
921

1022
<ItemGroup>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
5+
-->
6+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<PropertyGroup>
8+
<PublishProtocol>FileSystem</PublishProtocol>
9+
<Configuration>Release</Configuration>
10+
<TargetFramework>netcoreapp2.0</TargetFramework>
11+
<PublishDir>bin\Release\PublishOutput</PublishDir>
12+
</PropertyGroup>
13+
</Project>

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
</div>
44

55
![](https://img.shields.io/badge/framework-.netcore2.0-blue.svg)
6-
![](https://img.shields.io/badge/iexpr.core-v0.5.6-brightgreen.svg)
6+
![](https://img.shields.io/badge/iexpr.core-v0.5.3-brightgreen.svg)
77
![](http://progressed.io/bar/50?title=done)
88

99
+ Author: Stardust D.L.
1010
+ Version: 0.1
1111

12-
The REPL environment for ExprSharp *(need ExprSharp.Core)*.
12+
The REPL environment for ExprSharp.
1313

1414
> ExprSharp: A tiny code language based on [iExpr.Core](https://github.com/iExpr/iExpr.Core).
1515
@@ -26,6 +26,11 @@ The REPL environment for ExprSharp *(need ExprSharp.Core)*.
2626
|`cls`|clear the console|
2727
|any codes|execute the code|
2828

29+
# Dependencies
30+
31+
+ ExprSharp
32+
+ CommandLineParser
33+
2934
# License
3035

3136
## LGPLv3

0 commit comments

Comments
 (0)