File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
csharp/ToolGood.Algorithm2 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Description >ToolGood.Algorithm支持四则运算、Excel函数,并支持自定义参数。使用Antlr4解析,函数更容易扩展。不兼容1.x版本。</Description >
5- <Copyright >Copyright 2017-2020 ToolGood</Copyright >
4+ <Description >ToolGood.Algorithm支持四则运算、Excel函数,并支持自定义参数。使用Antlr4解析,函数更容易扩展。
5+ 不兼容2.x版本的大括号集合。</Description >
6+ <Copyright >Copyright 2017-2021 ToolGood</Copyright >
67 <AssemblyTitle >ToolGood.Algorithm</AssemblyTitle >
78 <Authors >ToolGood</Authors >
89 <TargetFrameworks >net40;net45;netstandard2.1;</TargetFrameworks >
2021 <Product >ToolGood.Algorithm</Product >
2122 <PackageLicenseFile >LICENSE</PackageLicenseFile >
2223 <SignAssembly >true</SignAssembly >
23- <Version >3.0</Version >
24+ <Version >3.0.0.1 </Version >
2425 <AssemblyOriginatorKeyFile >ToolGood.Algorithm.snk</AssemblyOriginatorKeyFile >
2526 <DelaySign >false</DelaySign >
2627 <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\ToolGood.Algorithm.xml</DocumentationFile >
Original file line number Diff line number Diff line change 66
77 <groupId >toolgood</groupId >
88 <artifactId >toolgood-algorithm</artifactId >
9- <version >2.0 </version >
9+ <version >3.0.0.1 </version >
1010
1111 <name >toolgood.algorithm</name >
12- <!-- FIXME change it to the project's website -->
13- <url >http://www.example.com</url >
12+ <url >https://github.com/toolgood/ToolGood.Algorithm</url >
1413
1514 <properties >
1615 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments