Skip to content

Commit 431fd30

Browse files
committed
修改版本号
1 parent 860cbaa commit 431fd30

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

csharp/ToolGood.Algorithm2/ToolGood.Algorithm2.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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>
@@ -20,7 +21,7 @@
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>

java/toolgood.algorithm/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
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>

0 commit comments

Comments
 (0)