File tree Expand file tree Collapse file tree
Properties/PublishProfiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments